Package com.lowagie.toolbox.arguments
Class FileArrayArgument
java.lang.Object
com.lowagie.toolbox.arguments.AbstractArgument
com.lowagie.toolbox.arguments.FileArrayArgument
- All Implemented Interfaces:
ActionListener
,PropertyChangeListener
,EventListener
- Since:
- 2.1.1 (imported from itexttoolbox project)
-
Field Summary
FieldsFields inherited from class com.lowagie.toolbox.arguments.AbstractArgument
description, name, pcs, tool, value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.lowagie.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:
actionPerformed
in interfaceActionListener
- Specified by:
actionPerformed
in classAbstractArgument
-
getArgument
Description copied from class:AbstractArgument
Gets the argument as an object.- Overrides:
getArgument
in 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:
propertyChange
in interfacePropertyChangeListener
- Overrides:
propertyChange
in classAbstractArgument
-
toString
Returns a string representation of the object.- Overrides:
toString
in classAbstractArgument
- Returns:
- a string representation of the object.
-