java.lang.Object
com.lowagie.toolbox.arguments.AbstractArgument
com.lowagie.toolbox.arguments.StringArgument
- 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 StringArgument.StringArgument(AbstractTool tool, String name, String description) Constructs a StringArgument. -
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
-
StringArgument
public StringArgument()Constructs a StringArgument. -
StringArgument
Constructs a StringArgument.- Parameters:
tool- the tool that needs this argumentname- the name of the argumentdescription- the description of the argument
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener- Specified by:
actionPerformedin classAbstractArgument- Parameters:
e- ActionEvent- See Also:
-