org.kaiwitte.joptions
Interface OptionManager


public interface OptionManager

Creates an option dialog based on an XML file (typically passed in constructor of implementing class or factory method).


Method Summary
 Options getOptions()
          Returns the options chosen by the user.
 void showDialog()
          Shows a dialog with options for the user to specify.
 void showDialog(java.awt.Dialog owner)
          Shows a dialog with options for the user to specify.
 void showDialog(java.awt.Frame owner)
          Shows a dialog with options for the user to specify.
 

Method Detail

showDialog

void showDialog()
Shows a dialog with options for the user to specify.


showDialog

void showDialog(java.awt.Frame owner)
Shows a dialog with options for the user to specify.

Parameters:
owner - the owner of this modal dialog

showDialog

void showDialog(java.awt.Dialog owner)
Shows a dialog with options for the user to specify.

Parameters:
owner - the owner of this modal dialog

getOptions

Options getOptions()
Returns the options chosen by the user.

Returns:
the options chosen by the user