com.lowagie.toolbox.arguments

Class StringArgument

public class StringArgument extends AbstractArgument

This is an argument of one of the tools in the toolbox.

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
voidactionPerformed(ActionEvent e)

Constructor Detail

StringArgument

public StringArgument()
Constructs a StringArgument.

StringArgument

public StringArgument(AbstractTool tool, String name, String description)
Constructs a StringArgument.

Parameters: tool the tool that needs this argument name the name of the argument description the description of the argument

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

Parameters: e ActionEvent

See Also: java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)