|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OptionPanel
The interface to the various option panels that composes the
option dialog. Each option panel should implements three
methods, apply, confirm, and
cancel.
| Method Summary | |
|---|---|
boolean |
apply()
Applies current selections without closing the option window. |
void |
cancel()
Closes the option winodw without applying the current selections. |
void |
confirm()
Closes the option window after applying current selections. |
String |
getTitle()
Returns the title of this option pane. |
String |
getToolTip()
Returns the tool tip text of this option pane. |
| Method Detail |
|---|
String getTitle()
String getToolTip()
boolean apply()
void confirm()
void cancel()
|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||