Package com.lowagie.toolbox.arguments
Class IntegerArgument
java.lang.Object
com.lowagie.toolbox.arguments.AbstractArgument
com.lowagie.toolbox.arguments.IntegerArgument
- All Implemented Interfaces:
ActionListener
,PropertyChangeListener
,EventListener
This is an argument of one of the tools in the toolbox.
- Since:
- 2.1.1 (imported from itexttoolbox project)
-
Field Summary
Fields inherited from class com.lowagie.toolbox.arguments.AbstractArgument
description, name, pcs, tool, value
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a IntegerArgument.IntegerArgument
(AbstractTool tool, String name, String description) Constructs a IntegerArgument. -
Method Summary
Methods inherited from class com.lowagie.toolbox.arguments.AbstractArgument
addPropertyChangeListener, firePropertyChange, getArgument, getDescription, getName, getTool, getUsage, getValue, propertyChange, removePropertyChangeListener, setDescription, setName, setTool, setValue, setValue, toString
-
Constructor Details
-
IntegerArgument
public IntegerArgument()Constructs a IntegerArgument. -
IntegerArgument
Constructs a IntegerArgument.- Parameters:
tool
- the tool that needs this argumentname
- the name of the argumentdescription
- the description of the argument
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
- Specified by:
actionPerformed
in classAbstractArgument
- Parameters:
e
- ActionEvent- See Also:
-