C G K O S

C

createOptionManager(InputStream, Class) - Static method in class org.kaiwitte.joptions.OptionManagerFactory
Creates an OptionManager.
createOptionManager(InputStream, Class, ResourceBundle) - Static method in class org.kaiwitte.joptions.OptionManagerFactory
Creates an OptionManager.

G

getChoices() - Method in interface org.kaiwitte.joptions.Option
Returns default values.
getFreeChoice() - Method in interface org.kaiwitte.joptions.Option
Returns true iff the user can enter arbitrary values for this option rather than only what is returned by Option.getChoices().
getName() - Method in interface org.kaiwitte.joptions.Options
Returns the name of this set of options.
getOption(String) - Method in interface org.kaiwitte.joptions.Options
Returns the Option for the specified key.
getOption(String, Option) - Method in interface org.kaiwitte.joptions.Options
Returns the Option for the specified key or the provided default value.
getOptions() - Method in interface org.kaiwitte.joptions.OptionManager
Returns the options chosen by the user.
getType() - Method in interface org.kaiwitte.joptions.Option
Returns a Class indicating the type of the option.
getValue() - Method in interface org.kaiwitte.joptions.Option
Returns the String representation of the option.

K

keyNames() - Method in interface org.kaiwitte.joptions.Options
Returns an Iterator over the available key names.

O

Option - Interface in org.kaiwitte.joptions
An Option chosen by the user of the program.
OptionManager - Interface in org.kaiwitte.joptions
Creates an option dialog based on an XML file (typically passed in constructor of implementing class or factory method).
OptionManagerFactory - Class in org.kaiwitte.joptions
A factory to create OptionManagers.
Options - Interface in org.kaiwitte.joptions
A set of Options.
org.kaiwitte.joptions - package org.kaiwitte.joptions
 

S

showDialog() - Method in interface org.kaiwitte.joptions.OptionManager
Shows a dialog with options for the user to specify.
showDialog(Frame) - Method in interface org.kaiwitte.joptions.OptionManager
Shows a dialog with options for the user to specify.
showDialog(Dialog) - Method in interface org.kaiwitte.joptions.OptionManager
Shows a dialog with options for the user to specify.
size() - Method in interface org.kaiwitte.joptions.Options
Returns the number of options.

C G K O S