public class StringArgument extends AbstractArgument
description, name, pcs, tool, value| Constructor and Description |
|---|
StringArgument()
Constructs a StringArgument.
|
StringArgument(AbstractTool tool,
String name,
String description)
Constructs a StringArgument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
addPropertyChangeListener, firePropertyChange, getArgument, getDescription, getName, getTool, getUsage, getValue, propertyChange, removePropertyChangeListener, setDescription, setName, setTool, setValue, setValue, toStringpublic StringArgument()
public StringArgument(AbstractTool tool, String name, String description)
tool - the tool that needs this argumentname - the name of the argumentdescription - the description of the argumentpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListeneractionPerformed in class AbstractArgumente - ActionEventActionListener.actionPerformed(java.awt.event.ActionEvent)Copyright © 2015. All rights reserved.