|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An object that defines the basic functionality of an OptionsPane, or one panel specifying a set of options in the options window.
Each OptionsPane has a unique identifying name that allows it to be displayed in the CardLayout.
Method Summary | |
void |
add(PaneItem item)
Adds a new option item to this pane. |
void |
applyOptions()
Applies the currently selected options in this options pane to get stored to disk. |
java.awt.Container |
getContainer()
Returns the Container instance that holds the different elements of this OptionsPane. |
java.lang.String |
getName()
Returns the name of this OptionsPane. |
void |
initOptions()
Sets the options for the fields in this OptionsPane when the window is shown. |
Method Detail |
public java.lang.String getName()
public java.awt.Container getContainer()
public void add(PaneItem item)
item
- the PaneItem instance to add to this
OptionsPanepublic void initOptions()
public void applyOptions() throws java.io.IOException
java.io.IOException
- if the options could not be fully applied
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |