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, toString
public 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 ActionListener
actionPerformed
in class AbstractArgument
e
- ActionEventActionListener.actionPerformed(java.awt.event.ActionEvent)
Copyright © 2015. All rights reserved.