com.lowagie.toolbox.arguments

Class IntegerArgument

public class IntegerArgument extends AbstractArgument

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

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

Constructor Detail

IntegerArgument

public IntegerArgument()
Constructs a IntegerArgument.

IntegerArgument

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

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)