com.lowagie.toolbox.arguments
public class BitsetArgument extends AbstractArgument
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 | |
---|---|
void | actionPerformed(ActionEvent evt) |
String | getUsage() |
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
Parameters: evt ActionEvent
See Also: java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
Returns: String
See Also: StringArgument