com.lowagie.tools.arguments
Class PageSelectorToolArgument

java.lang.Object
  extended bycom.lowagie.tools.arguments.ToolArgument
      extended bycom.lowagie.tools.arguments.PageSelectorToolArgument
All Implemented Interfaces:
ActionListener, EventListener, PropertyChangeListener

public class PageSelectorToolArgument
extends ToolArgument

Argument that allows you to select a (set of) page(s).


Field Summary
(package private)  PageSelectionTableDialog jDialog1
           
static String PROPERTYPAGESELECTIONSTRING
           
 
Fields inherited from class com.lowagie.tools.arguments.ToolArgument
classname, description, name, propertyChangeListeners, tool, value
 
Constructor Summary
PageSelectorToolArgument(AbstractTool tool, String name, String description, String classname)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 Object getArgument()
          Gets the argument as an object.
 void propertyChange(PropertyChangeEvent evt)
          This method gets called when a bound property is changed.
 
Methods inherited from class com.lowagie.tools.arguments.ToolArgument
addPropertyChangeListener, firePropertyChange, getClassname, getDescription, getName, getUsage, getValue, removePropertyChangeListener, setClassname, setDescription, setName, setValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTYPAGESELECTIONSTRING

public static final String PROPERTYPAGESELECTIONSTRING
See Also:
Constant Field Values

jDialog1

PageSelectionTableDialog jDialog1
Constructor Detail

PageSelectorToolArgument

public PageSelectorToolArgument(AbstractTool tool,
                                String name,
                                String description,
                                String classname)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener
Overrides:
actionPerformed in class ToolArgument
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)

getArgument

public Object getArgument()
                   throws InstantiationException
Description copied from class: ToolArgument
Gets the argument as an object.

Overrides:
getArgument in class ToolArgument
Returns:
an object
Throws:
InstantiationException

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Description copied from class: ToolArgument
This method gets called when a bound property is changed.

Specified by:
propertyChange in interface PropertyChangeListener
Overrides:
propertyChange in class ToolArgument
Parameters:
evt - A PropertyChangeEvent object describing the event source and the property that has changed.