|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface COptionDialogComponent
interface definition for components that can be added to the options dialog.
Method Summary | |
---|---|
java.lang.Object |
getHelpReference() this method is called by the options dialog to retrieve the help reference for this tab. |
boolean |
getRestoreDefaults() this method is called by the options dialog to check if the restore defaults is a valid choice for this class |
boolean |
handleApply() this method is called by the options dialog. |
boolean |
handleClose() this method is called by the options dialog when the cancel button is clicked. |
boolean |
handleDefault() this method is called by the options dialog when the restore defaults button is clicked. |
boolean |
handleReset() this method is called by the options dialog when the reset button is clicked. |
java.lang.String |
toString() this method is to retireve the string appropriate for this class. |
Method Detail |
---|
boolean handleApply()
boolean handleClose()
boolean handleReset()
boolean handleDefault()
boolean getRestoreDefaults()
java.lang.String toString()
toString
in class java.lang.Object
java.lang.Object getHelpReference()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |