com.lowagie.tools.arguments
Class ImageArgument
java.lang.Object
com.lowagie.tools.arguments.ToolArgument
com.lowagie.tools.arguments.ImageArgument
- All Implemented Interfaces:
- ActionListener, EventListener, PropertyChangeListener
- public class ImageArgument
- extends ToolArgument
ToolArgument class if the argument is a com.lowagie.text.Image.
Methods inherited from class com.lowagie.tools.arguments.ToolArgument |
addPropertyChangeListener, firePropertyChange, getClassname, getDescription, getName, getUsage, 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 |
filter
private FileFilter filter
- a filter to put on the FileChooser.
ImageArgument
public ImageArgument(AbstractTool tool,
String name,
String description,
FileFilter filter)
- Constructs a FileArgument.
- Parameters:
tool
- the tool that needs this argumentname
- the name of the argumentdescription
- the description of the argumentfilter
- a custom filter
ImageArgument
public ImageArgument(AbstractTool tool,
String name,
String description)
- Constructs a FileArgument.
- Parameters:
tool
- the tool that needs this argumentname
- the name of the argumentdescription
- the description of the argument
getArgument
public Object getArgument()
throws InstantiationException
- Gets the argument as an object.
- Overrides:
getArgument
in class ToolArgument
- Returns:
- an object
- Throws:
InstantiationException
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)