com.lowagie.tools.arguments
public class ImageArgument extends ToolArgument
Field Summary | |
---|---|
FileFilter | filter a filter to put on the FileChooser. |
Constructor Summary | |
---|---|
ImageArgument(AbstractTool tool, String name, String description, FileFilter filter)
Constructs a FileArgument. | |
ImageArgument(AbstractTool tool, String name, String description)
Constructs a FileArgument. |
Method Summary | |
---|---|
void | actionPerformed(ActionEvent e) |
Object | getArgument()
Gets the argument as an object. |
Parameters: tool the tool that needs this argument name the name of the argument description the description of the argument filter a custom filter
Parameters: tool the tool that needs this argument name the name of the argument description the description of the argument
See Also: java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
Returns: an object
Throws: InstantiationException