Package org.openpdf.toolbox.arguments
Class FileArrayArgument
java.lang.Object
org.openpdf.toolbox.arguments.AbstractArgument
org.openpdf.toolbox.arguments.FileArrayArgument
- All Implemented Interfaces:
ActionListener,PropertyChangeListener,EventListener
- Since:
- 2.1.1 (imported from itexttoolbox project)
-
Field Summary
FieldsFields inherited from class org.openpdf.toolbox.arguments.AbstractArgument
description, name, pcs, tool, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openpdf.toolbox.arguments.AbstractArgument
addPropertyChangeListener, firePropertyChange, getDescription, getName, getTool, getUsage, getValue, removePropertyChangeListener, setDescription, setName, setTool, setValue, setValue
-
Field Details
-
fileList1
FileList fileList1
-
-
Constructor Details
-
FileArrayArgument
public FileArrayArgument() -
FileArrayArgument
-
-
Method Details
-
main
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener- Specified by:
actionPerformedin classAbstractArgument
-
getArgument
Description copied from class:AbstractArgumentGets the argument as an object.- Overrides:
getArgumentin classAbstractArgument- Returns:
- an object
- Throws:
InstantiationException- if the specified key cannot be compared with the keys currently in the map
-
jbInit
- Throws:
Exception
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener- Overrides:
propertyChangein classAbstractArgument
-
toString
Returns a string representation of the object.- Overrides:
toStringin classAbstractArgument- Returns:
- a string representation of the object.
-