public class FileArrayArgument extends AbstractArgument
| Modifier and Type | Field and Description |
|---|---|
(package private) FileList |
fileList1 |
description, name, pcs, tool, value| Constructor and Description |
|---|
FileArrayArgument() |
FileArrayArgument(AbstractTool tool,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
Object |
getArgument()
Gets the argument as an object.
|
private void |
jbInit() |
static void |
main(String[] args) |
void |
propertyChange(PropertyChangeEvent evt) |
String |
toString()
Returns a string representation of the object.
|
addPropertyChangeListener, firePropertyChange, getDescription, getName, getTool, getUsage, getValue, removePropertyChangeListener, setDescription, setName, setTool, setValue, setValueFileList fileList1
public FileArrayArgument()
public FileArrayArgument(AbstractTool tool, String name, String description)
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListeneractionPerformed in class AbstractArgumentpublic Object getArgument() throws InstantiationException
AbstractArgumentgetArgument in class AbstractArgumentInstantiationExceptionpublic static void main(String[] args)
public void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpropertyChange in class AbstractArgumentpublic String toString()
toString in class AbstractArgument