public class BitsetArgument extends AbstractArgument
description, name, pcs, tool, value| Constructor and Description |
|---|
BitsetArgument(AbstractTool tool,
String name,
String description,
String[] options)
Constructs an BitsetArgument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent evt) |
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, toStringpublic BitsetArgument(AbstractTool tool, String name, String description, 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 String getUsage()
AbstractArgumentgetUsage in class AbstractArgumentAbstractArgument.getUsage()public void actionPerformed(ActionEvent evt)
actionPerformed in interface ActionListeneractionPerformed in class AbstractArgumentevt - ActionEventActionListener.actionPerformed(java.awt.event.ActionEvent)Copyright © 2015. All rights reserved.