com.lowagie.toolbox.arguments
Class IntegerArgument

java.lang.Object
  extended by com.lowagie.toolbox.arguments.AbstractArgument
      extended by com.lowagie.toolbox.arguments.IntegerArgument
All Implemented Interfaces:
ActionListener, PropertyChangeListener, EventListener

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)

Field Summary
 
Fields inherited from class com.lowagie.toolbox.arguments.AbstractArgument
description, name, pcs, tool, value
 
Constructor Summary
IntegerArgument()
          Constructs a IntegerArgument.
IntegerArgument(AbstractTool tool, String name, String description)
          Constructs a IntegerArgument.
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)
Specified by:
actionPerformed in interface ActionListener
Specified by:
actionPerformed in class AbstractArgument
Parameters:
e - ActionEvent
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)

Hosted by Hostbasket