com.lowagie.toolbox.arguments
Class BitsetArgument
java.lang.Object
   com.lowagie.toolbox.arguments.AbstractArgument
com.lowagie.toolbox.arguments.AbstractArgument
       com.lowagie.toolbox.arguments.BitsetArgument
com.lowagie.toolbox.arguments.BitsetArgument
- All Implemented Interfaces: 
- ActionListener, PropertyChangeListener, EventListener
- public class BitsetArgument 
- extends AbstractArgument
Argument that results in a set of "1" and "0" values.
- Since:
- 2.1.1 (imported from itexttoolbox project)
| Field Summary | 
| private  JCheckBox[] | optionsThese are the different options that can be true or false.
 | 
 
 
 
 
| Methods inherited from class com.lowagie.toolbox.arguments.AbstractArgument | 
| addPropertyChangeListener, firePropertyChange, getArgument, getDescription, getName, getTool, getValue, propertyChange, removePropertyChangeListener, setDescription, setName, setTool, setValue, setValue, toString | 
 
 
options
private JCheckBox[] options
- These are the different options that can be true or false.
 
 
BitsetArgument
public BitsetArgument(AbstractTool tool,
                      String name,
                      String description,
                      String[] options)
- Constructs an BitsetArgument.
 
- Parameters:
- tool- the tool that needs this argument
- name- the name of the argument
- description- the description of the argument
- options- the different options that can be true or false
 
getUsage
public String getUsage()
- Description copied from class: AbstractArgument
- Give you a String that can be used in a usage description.
 
- 
- Overrides:
- getUsagein class- AbstractArgument
 
- 
- Returns:
- String
- See Also:
- AbstractArgument.getUsage()
 
actionPerformed
public void actionPerformed(ActionEvent evt)
- 
- Specified by:
- actionPerformedin interface- ActionListener
- Specified by:
- actionPerformedin class- AbstractArgument
 
- 
- Parameters:
- evt- ActionEvent
- See Also:
- ActionListener.actionPerformed(java.awt.event.ActionEvent)