com.lowagie.toolbox.arguments
public class ImageArgument extends AbstractArgument
Since: 2.1.1 (imported from itexttoolbox project)
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
Parameters: e ActionEvent
See Also: java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
Returns: an object
Throws: InstantiationException