|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
void showDialog()
void showDialog(java.awt.Frame owner)
owner - the owner of this modal dialogvoid showDialog(java.awt.Dialog owner)
owner - the owner of this modal dialogOptions getOptions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||