com.lowagie.toolbox.arguments
public class StringArgument extends AbstractArgument
description, name, pcs, tool, value
Constructor and Description |
---|
StringArgument()
Constructs a StringArgument.
|
StringArgument(AbstractTool tool,
java.lang.String name,
java.lang.String description)
Constructs a StringArgument.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
addPropertyChangeListener, firePropertyChange, getArgument, getDescription, getName, getTool, getUsage, getValue, propertyChange, removePropertyChangeListener, setDescription, setName, setTool, setValue, setValue, toString
public StringArgument()
public StringArgument(AbstractTool tool, java.lang.String name, java.lang.String description)
tool
- the tool that needs this argumentname
- the name of the argumentdescription
- the description of the argumentpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class AbstractArgument
e
- ActionEventActionListener.actionPerformed(java.awt.event.ActionEvent)