- save(String, Properties) - Method in interface com.plealog.prefs4j.api.PropertiesDataConnector
- 
Saves a Properties. 
- save(String, String) - Method in interface com.plealog.prefs4j.api.RawDataConnector
- 
Saves a String. 
- saveData() - Method in interface com.plealog.prefs4j.ui.PreferenceComponent
- 
Utility method that can be used to programmatically do a general save of all
 edited ConfigurationFeatures. 
- saveData() - Method in interface com.plealog.prefs4j.ui.PreferenceEditor
- 
Saves data. 
- selectEditor(String) - Method in interface com.plealog.prefs4j.ui.PreferenceComponent
- 
Selects a particular editor by name. 
- setAppIcon(ImageIcon) - Static method in class com.plealog.genericapp.api.EZApplicationBranding
- 
Sets the application icon. 
- setApplicationArguments(String[]) - Static method in class com.plealog.genericapp.api.EZEnvironment
- 
Sets the application command-line arguments. 
- setApplicationProperty(String, String) - Static method in class com.plealog.genericapp.api.EZEnvironment
- 
Sets a persistent application property. 
- setAppName(String) - Static method in class com.plealog.genericapp.api.EZApplicationBranding
- 
Sets the application name. 
- setAppVersion(String) - Static method in class com.plealog.genericapp.api.EZApplicationBranding
- 
Sets the application version. 
- setConfirmBeforeExit(boolean) - Static method in class com.plealog.genericapp.api.EZEnvironment
- 
Sets whether or not the application asks to user if the application can be closed. 
- setConsoleLoggerFormatter(Formatter) - Static method in class com.plealog.genericapp.api.log.EZLoggerManager
- 
Sets the console logger formatter. 
- setCopyRight(String) - Static method in class com.plealog.genericapp.api.EZApplicationBranding
- 
Sets the application provider. 
- setCurrentStep(WizardStepModel, boolean) - Method in class com.plealog.wizard.model.WizardModel
- 
Set a new step. 
- setDefaultActionHandler(EZDefaultActionHandler) - Method in class com.plealog.genericapp.ui.menu.EZActionManager
-  
- setDefaultCursor() - Static method in class com.plealog.genericapp.api.EZEnvironment
- 
Display the Arrow cursor. 
- setDefaultPath(String) - Static method in class com.plealog.genericapp.api.file.EZFileManager
- 
Changes the default directory used in
 File Chooser dialogue boxes. 
- setDescription(String) - Method in class com.plealog.genericapp.api.file.EZFileFilter
- 
Sets the description of this filter. 
- setExtensionListInDescription(boolean) - Method in class com.plealog.genericapp.api.file.EZFileFilter
- 
Figures out whether or not the extension list (.jpg, .gif, etc) should
 show up in the description. 
- setFile(File) - Method in class com.plealog.genericapp.api.file.EZFileExt
-  
- setFileLoggerFormatter(Formatter) - Static method in class com.plealog.genericapp.api.log.EZLoggerManager
- 
Sets the file logger formatter. 
- setFileType(EZFileExtDescriptor) - Method in class com.plealog.genericapp.api.file.EZFileExt
-  
- setFinishable(boolean) - Method in class com.plealog.wizard.model.WizardModel
- 
Update the finish status. 
- setHandCursor() - Static method in class com.plealog.genericapp.api.EZEnvironment
- 
Display the Hand cursor. 
- setKeyName(String) - Method in class com.plealog.genericapp.ui.menu.EZBasicAction
- 
Sets the key name of this action. 
- setLevel(EZLoggerManager.LogLevel) - Static method in class com.plealog.genericapp.api.log.EZLoggerManager
- 
Set the log level. 
- setLicenseKeyProtectorModel(String, String) - Static method in class com.plealog.genericapp.api.protection.ControllerModel
- 
Use this method to setup the controller model. 
- setLocation(int, int) - Method in interface com.plealog.genericapp.api.EZSplashScreen
- 
Sets the location of the splash screen. 
- setMessage(String) - Method in interface com.plealog.genericapp.api.EZSplashScreen
- 
Sets a progression message. 
- setModel(WizardModel) - Method in class com.plealog.wizard.model.WizardStepModel
- 
Set the global wizard model. 
- setParentFrame(Frame) - Static method in class com.plealog.genericapp.api.EZEnvironment
- 
Sets the application main frame. 
- setPreferencesConfigurationFile(String) - Static method in class com.plealog.genericapp.api.EZEnvironment
- 
Sets the Preferences configuration file. 
- setProgressPercent(int) - Method in interface com.plealog.genericapp.api.EZSplashScreen
- 
Sets the progression of the splash. 
- setProviderName(String) - Static method in class com.plealog.genericapp.api.EZApplicationBranding
- 
Sets the application provider. 
- setSummary(String) - Method in class com.plealog.wizard.model.WizardStepModel
- 
Set the summary of this step. 
- setUILoggerFormatter(Formatter) - Static method in class com.plealog.genericapp.api.log.EZLoggerManager
- 
Sets the UI logger formatter. 
- setUIStarterListener(EZUIStarterListener) - Static method in class com.plealog.genericapp.api.EZEnvironment
- 
Registers a UIStarterListener. 
- setUserDefinedActionsResourceBundle(ResourceBundle) - Static method in class com.plealog.genericapp.api.EZEnvironment
- 
Sets the resource bundle that contains your Menu Actions. 
- setUserDefinedMessagesResourceBundle(ResourceBundle) - Static method in class com.plealog.genericapp.api.EZEnvironment
- 
Sets the resource bundle that contains your messages. 
- setUserObject(Object) - Method in class com.plealog.genericapp.ui.menu.EZActionManager
- 
Utility method to pass a user object to all Actions. 
- setUserObject(Object) - Method in class com.plealog.genericapp.ui.menu.EZBasicAction
- 
Sets the user object. 
- setWaitCursor() - Static method in class com.plealog.genericapp.api.EZEnvironment
- 
Display the Wait cursor. 
- showPreferenceDialog(Frame, String, PreferenceModel) - Static method in class com.plealog.prefs4j.ui.PreferenceUIFactory
- 
Display the PreferenceModel Editor Dialog Box. 
- showPreferenceDialog(Frame, String, PreferenceModel, Set<PreferenceEditor.PROPERTY>) - Static method in class com.plealog.prefs4j.ui.PreferenceUIFactory
- 
Display the PreferenceModel Editor Dialog Box. 
- startApplication(String[]) - Static method in class com.plealog.genericapp.api.EZGenericApplication
- 
Starts UI. 
- startSplashSreen(ImageIcon) - Static method in class com.plealog.genericapp.api.EZSplashScreenFactory
- 
Creates a concrete splash screen using the provide image. 
- startSplashSreen(ImageIcon, boolean) - Static method in class com.plealog.genericapp.api.EZSplashScreenFactory
- 
Creates a concrete splash screen using the provide image and activate a progress bar. 
- stepEntered() - Method in class com.plealog.wizard.model.WizardStepModel
- 
Method called when the step is entered. 
- stepExited() - Method in class com.plealog.wizard.model.WizardStepModel
- 
Method called when exit from the step