com.lowagie.tools.arguments
public class BitsetArgument extends ToolArgument
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) |
Object | getArgument()
Gets the argument as an object. |
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
See Also: java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
Returns: an object
Throws: InstantiationException
See Also: getUsage