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