com.lowagie.toolbox.arguments
public class IntegerArgument extends AbstractArgument
Since: 2.1.1 (imported from itexttoolbox project)
Constructor Summary | |
---|---|
IntegerArgument() Constructs a IntegerArgument. | |
IntegerArgument(AbstractTool tool, String name, String description)
Constructs a IntegerArgument.
|
Method Summary | |
---|---|
void | actionPerformed(ActionEvent e) |
Parameters: tool the tool that needs this argument name the name of the argument description the description of the argument
Parameters: e ActionEvent
See Also: java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)