com.lowagie.tools.arguments
Class PageSelectorToolArgument
java.lang.Object
com.lowagie.tools.arguments.ToolArgument
com.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).
Methods inherited from class com.lowagie.tools.arguments.ToolArgument |
addPropertyChangeListener, firePropertyChange, getClassname, getDescription, getName, getUsage, getValue, removePropertyChangeListener, setClassname, setDescription, setName, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTYFILENAME
public static final String PROPERTYFILENAME
- See Also:
- Constant Field Values
PROPERTYPAGESELECTIONSTRING
public static final String PROPERTYPAGESELECTIONSTRING
- See Also:
- Constant Field Values
jDialog1
PageSelectionTableDialog jDialog1
PageSelectorToolArgument
public PageSelectorToolArgument(AbstractTool tool,
String name,
String description,
String classname)
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.