com.lowagie.toolbox.arguments
public class StringArgument extends AbstractArgument
Since: 2.1.1 (imported from itexttoolbox project)
Constructor Summary | |
---|---|
StringArgument() Constructs a StringArgument. | |
StringArgument(AbstractTool tool, String name, String description)
Constructs a StringArgument.
|
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)