public class FileArrayArgument extends AbstractArgument
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.
|
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, setValuepublic 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 AbstractArgumentCopyright © 2015. All rights reserved.