public class BitsetArgument extends AbstractArgument
| Modifier and Type | Field and Description |
|---|---|
private javax.swing.JCheckBox[] |
options
These are the different options that can be true or false.
|
description, name, pcs, tool, value| Constructor and Description |
|---|
BitsetArgument(AbstractTool tool,
java.lang.String name,
java.lang.String description,
java.lang.String[] options)
Constructs an BitsetArgument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
java.lang.String |
getUsage()
Give you a String that can be used in a usage description.
|
addPropertyChangeListener, firePropertyChange, getArgument, getDescription, getName, getTool, getValue, propertyChange, removePropertyChangeListener, setDescription, setName, setTool, setValue, setValue, toStringprivate javax.swing.JCheckBox[] options
public BitsetArgument(AbstractTool tool, java.lang.String name, java.lang.String description, java.lang.String[] options)
tool - the tool that needs this argumentname - the name of the argumentdescription - the description of the argumentoptions - the different options that can be true or falsepublic java.lang.String getUsage()
AbstractArgumentgetUsage in class AbstractArgumentAbstractArgument.getUsage()public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class AbstractArgumentevt - ActionEventActionListener.actionPerformed(java.awt.event.ActionEvent)