public class PreferencesLogic
extends java.lang.Object
Copyright 2010 Partner Software, Inc.
| Constructor and Description |
|---|
PreferencesLogic(PreferencesApp preferencesApp) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public PreferencesLogic(PreferencesApp preferencesApp)
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()