|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.preferences.logic.PreferencesLogic
public class PreferencesLogic
Root of the PreferencesApp logic tree.
Copyright 2010 Partner Software, Inc.
| Constructor Summary | |
|---|---|
PreferencesLogic(PreferencesApp preferencesApp)
|
|
| Method Summary | |
|---|---|
void |
apply()
Save and apply the current settings. |
void |
applyAndExit()
Save and apply the current settings, then exit. |
void |
applyAndRestart()
Save and apply the current settings, then restart the main map app. |
void |
exit()
/** Exit the application and perform any shutdown tasks. |
PreferencesApp |
getApp()
|
PreferencesMapSpaceLogic |
getMapSpaceLogic()
|
PreferencesSecurityLogic |
getSecurityLogic()
|
PreferencesStorageLogic |
getStorageLogic()
|
PreferencesTroubleshootingLogic |
getTroubleshootingLogic()
|
void |
reset()
Reset the forms to the currently-saved preference settings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreferencesLogic(PreferencesApp preferencesApp)
| Method Detail |
|---|
public void apply()
public void applyAndExit()
public void applyAndRestart()
public void reset()
public void exit()
public PreferencesTroubleshootingLogic getTroubleshootingLogic()
public PreferencesApp getApp()
public PreferencesStorageLogic getStorageLogic()
public PreferencesMapSpaceLogic getMapSpaceLogic()
public PreferencesSecurityLogic getSecurityLogic()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||