com.lowagie.toolbox.arguments

Class BitsetArgument

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
JCheckBox[]options
These are the different options that can be true or false.
Constructor Summary
BitsetArgument(AbstractTool tool, String name, String description, String[] options)
Constructs an BitsetArgument.
Method Summary
voidactionPerformed(ActionEvent evt)
StringgetUsage()

Field Detail

options

private JCheckBox[] options
These are the different options that can be true or false.

Constructor Detail

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

Method Detail

actionPerformed

public void actionPerformed(ActionEvent evt)

Parameters: evt ActionEvent

See Also: java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)

getUsage

public String getUsage()

Returns: String

See Also: StringArgument