|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.isi.powerloom.gui.components.PreferencesResult
Structure for holding data association with preferences dialog.
PreferencesDialog
Constructor Summary | |
PreferencesResult()
PreferencesResult constructor comment. |
Method Summary | |
boolean |
isBrowseOnStartup()
Insert the method's description here. |
boolean |
isSavePreferences()
Insert the method's description here. |
void |
setBrowseOnStartup(boolean newBrowseOnStartup)
Insert the method's description here. |
void |
setSavePreferences(boolean newSavePreferences)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PreferencesResult()
Method Detail |
public boolean isBrowseOnStartup()
public boolean isSavePreferences()
public void setBrowseOnStartup(boolean newBrowseOnStartup)
newBrowseOnStartup
- booleanpublic void setSavePreferences(boolean newSavePreferences)
newSavePreferences
- boolean
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |