com.lowagie.tools.arguments
Class PageSizeArgument
java.lang.Object
com.lowagie.tools.arguments.ToolArgument
com.lowagie.tools.arguments.OptionArgument
com.lowagie.tools.arguments.PageSizeArgument
- All Implemented Interfaces:
- ActionListener, EventListener, PropertyChangeListener
- public class PageSizeArgument
- extends OptionArgument
Argument that can be one of several options.
Methods inherited from class com.lowagie.tools.arguments.ToolArgument |
addPropertyChangeListener, firePropertyChange, getClassname, getDescription, getName, getValue, propertyChange, removePropertyChangeListener, setClassname, setDescription, setName, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
options
private TreeMap options
PageSizeArgument
public PageSizeArgument(AbstractTool tool,
String name,
String description)
- Constructs an OptionArgument.
- Parameters:
tool
- the tool that needs this argumentname
- the name of the argumentdescription
- the description of the argument
addOption
public void addOption(Object description,
Object value)
- Adds an Option.
- Overrides:
addOption
in class OptionArgument
- Parameters:
description
- the description of the optionvalue
- the value of the option
getOptions
public TreeMap getOptions()
- Gets the options.
- Returns:
- Returns the options.
getArgument
public Object getArgument()
throws InstantiationException
- Gets the argument as an object.
- Overrides:
getArgument
in class OptionArgument
- Returns:
- an object
- Throws:
InstantiationException
getUsage
public String getUsage()
- Description copied from class:
ToolArgument
- Give you a String that can be used in a usage description.
- Overrides:
getUsage
in class OptionArgument
- See Also:
ToolArgument.getUsage()
actionPerformed
public void actionPerformed(ActionEvent evt)
- Specified by:
actionPerformed
in interface ActionListener
- Overrides:
actionPerformed
in class OptionArgument
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)