- getAction(String) - Method in class com.plealog.genericapp.ui.menu.EZActionManager
-
Returns an action by name.
- getActionMap() - Method in class com.plealog.genericapp.ui.menu.EZActionManager
-
Returns the ActionMap obtained from the resource bundle.
- getActionsManager() - Static method in class com.plealog.genericapp.api.EZEnvironment
-
Returns the ActionManager singleton instance.
- getAppIcon() - Static method in class com.plealog.genericapp.api.EZApplicationBranding
-
Gets the application icon.
- getApplicationArguments() - Static method in class com.plealog.genericapp.api.EZEnvironment
-
Returns the application command-line arguments.
- getApplicationComponent() - Method in interface com.plealog.genericapp.api.EZUIStarterListener
-
This method is called when application is going to install the user-defined
component within the main frame.
- getApplicationProperty(String) - Static method in class com.plealog.genericapp.api.EZEnvironment
-
Returns a persistent property.
- getApplicationPropertyKeys() - Static method in class com.plealog.genericapp.api.EZEnvironment
-
Returns list of keys of persistent property.
- getAppName() - Static method in class com.plealog.genericapp.api.EZApplicationBranding
-
Gets the application name.
- getAppVersion() - Static method in class com.plealog.genericapp.api.EZApplicationBranding
-
Gets the application version.
- getClassNameWithoutPackage(Class<?>) - Method in class com.plealog.genericapp.ui.menu.EZBasicAction
-
- getComponent() - Method in class com.plealog.genericapp.api.log.EZUIHandler
-
- getComponent() - Method in interface com.plealog.prefs4j.ui.PreferenceComponent
-
Returns the UI component containing all editors of the PreferenceSection
contained in a PreferenceModel.
- getConfigurationLocator() - Method in interface com.plealog.prefs4j.api.PreferenceSection
-
Returns the absolute path to the configuration file that contains Section's configuration values.
- getConfType() - Method in interface com.plealog.prefs4j.api.PreferenceSection
-
Returns the type of this section.
- getCopyRight() - Static method in class com.plealog.genericapp.api.EZApplicationBranding
-
Gets the application provider.
- getCurrentStep() - Method in class com.plealog.wizard.model.WizardModel
-
- getDataConnector(String) - Static method in class com.plealog.prefs4j.api.DataConnectorFactory
-
Returns a data connector given its type.
- getDataConnector() - Method in interface com.plealog.prefs4j.api.PreferenceSection
-
Returns the DataConnector instance object associated to this section.
- getDefaultActionHandler() - Method in class com.plealog.genericapp.ui.menu.EZActionManager
-
- getDefaultConfigurationLocator() - Method in interface com.plealog.prefs4j.api.PreferenceSection
-
Returns the absolute path to the configuration file that contains Section's configuration default values.
- getDefaultPath() - Static method in class com.plealog.genericapp.api.file.EZFileManager
-
Returns the default directory path.
- getDescription() - Method in class com.plealog.genericapp.api.file.EZFileFilter
-
Returns the description of this filter.
- getDescription() - Method in class com.plealog.wizard.model.WizardModel
-
Retruns a human readable description of this Wizard.
- getDescription() - Method in class com.plealog.wizard.model.WizardStepModel
-
Human readable description of this data model.
- getDescriptorLocator() - Method in interface com.plealog.prefs4j.api.PreferenceSection
-
Returns the absolute path to the Descriptor file that defines the data model of this section.
- getEditor() - Method in interface com.plealog.prefs4j.ui.PreferenceEditor
-
Returns the GUI component of the editor.
- getEditor(PreferenceSection, HashSet<PreferenceEditor.PROPERTY>) - Static method in class com.plealog.prefs4j.ui.PreferenceEditorFactory
-
Creates a new instance of an editor.
- getExtension(File) - Static method in class com.plealog.genericapp.api.file.EZFileFilter
-
Returns the extension portion of the file name.
- getFile() - Method in class com.plealog.genericapp.api.file.EZFileExt
-
- getFileContent(File) - Static method in class com.plealog.genericapp.api.file.EZFileUtils
-
Returns the content of a file as text.
- getFileFilter(String) - Static method in class com.plealog.genericapp.api.file.EZFileTypes
-
Gets a file filter for the given extension file type.
- getFileName(File) - Static method in class com.plealog.genericapp.api.file.EZFileUtils
-
Returns the file name (without extension) given a absolute path.
- getFileType() - Method in class com.plealog.genericapp.api.file.EZFileExt
-
- getFirstStep() - Method in class com.plealog.wizard.model.WizardModel
-
- getHelpArea() - Method in class com.plealog.wizard.ui.WizardStepView
-
- getIcon() - Method in interface com.plealog.prefs4j.api.PreferenceSection
-
Returns the icon of this section.
- getId() - Method in interface com.plealog.prefs4j.api.PreferenceSection
-
Returns the unique ID of this section.
- getImageIcon(String) - Static method in class com.plealog.genericapp.api.EZEnvironment
-
Returns an image given a key.
- getKeyName() - Method in class com.plealog.genericapp.ui.menu.EZBasicAction
-
Returns the key name of the action.
- getLevel() - Static method in class com.plealog.genericapp.api.log.EZLoggerManager
-
Returns the current log level.
- getLicenseKeyProtector() - Static method in class com.plealog.genericapp.api.protection.ControllerModel
-
Returns the Protector of the library.
- getMessage(String) - Static method in class com.plealog.genericapp.api.EZEnvironment
-
Returns a message from the user-defined messages resource bundle.
- getModel(String) - Static method in class com.plealog.prefs4j.api.PreferenceModelFactory
-
Creates a new PreferenceModel instance.
- getModel(String, String) - Static method in class com.plealog.prefs4j.api.PreferenceModelFactory
-
Creates a new PreferenceModel instance capable of handling a separation location
to handle user-defined specific preferences.
- getModel() - Method in class com.plealog.wizard.model.WizardStepModel
-
Get the global WizardModel
- getModel() - Method in class com.plealog.wizard.ui.WizardStepView
-
Return the data model.
- getName() - Method in interface com.plealog.prefs4j.api.PreferenceSection
-
Returns the name of this section.
- getName() - Method in interface com.plealog.prefs4j.ui.PreferenceEditor
-
Returns the name of the editor.
- getNextSteps() - Method in class com.plealog.wizard.model.WizardStepModel
-
- getOSName() - Static method in class com.plealog.genericapp.api.EZEnvironment
-
Returns the operating system name.
- getOSType() - Static method in class com.plealog.genericapp.api.EZEnvironment
-
Returns the operating system type.
- getParentFrame() - Static method in class com.plealog.genericapp.api.EZEnvironment
-
Returns the application main frame.
- getParentId() - Method in interface com.plealog.prefs4j.api.PreferenceSection
-
Returns the parent ID of this section.
- getPreferenceComponent(PreferenceModel) - Static method in class com.plealog.prefs4j.ui.PreferenceUIFactory
-
Creates a UI Component given a PreferenceModel.
- getPreferenceModelLocator() - Method in interface com.plealog.prefs4j.api.PreferenceModel
-
Returns the location of the configuration model file.
- getPreferencesConfigurationFile() - Static method in class com.plealog.genericapp.api.EZEnvironment
-
Gets the Preferences configuration file.
- getPreferenceSection() - Method in interface com.plealog.prefs4j.ui.PreferenceEditor
-
Returns the ConfigurationFeature associated to the editor.
- getPreferenceSectionsHierarchy() - Method in interface com.plealog.prefs4j.api.PreferenceModel
-
Returns the Tree representation of the PreferenceSection hierarchy.
- getProtector() - Static method in class com.plealog.genericapp.api.protection.Controller
-
Returns the Protector of the library.
- getProviderName() - Static method in class com.plealog.genericapp.api.EZApplicationBranding
-
Gets the application provider.
- getResourceLocator() - Method in interface com.plealog.prefs4j.api.PreferenceModel
-
Returns the location of the resource file.
- getResourceLocator() - Method in interface com.plealog.prefs4j.api.PreferenceSection
-
Returns the absolute path to a resource file.
- getShortDescription() - Method in class com.plealog.wizard.model.WizardStepModel
-
Return a short description of this data model
- getSize() - Method in interface com.plealog.genericapp.api.EZSplashScreen
-
Returns the current size of the splash screen.
- getStepHistory() - Method in class com.plealog.wizard.model.WizardModel
-
- getSummary() - Method in class com.plealog.wizard.model.WizardStepModel
-
Return a summary of this step after validation.
- getType() - Method in interface com.plealog.prefs4j.api.DataConnector
-
Returns the type of this data connector.
- getUI() - Method in class com.plealog.wizard.ui.WizardStepView
-
- getUILogger() - Static method in class com.plealog.genericapp.api.log.EZLoggerManager
-
Returns the UI Logger component.
- getUIStarterListener() - Static method in class com.plealog.genericapp.api.EZEnvironment
-
Returns the current UIStarterListener.
- getUserHomeDirectory() - Static method in class com.plealog.genericapp.api.file.EZFileManager
-
Gets the user home directory.
- getUserObject() - Method in class com.plealog.genericapp.ui.menu.EZBasicAction
-
Returns the user object associated to this action.
- getUserPreferenceLocator() - Method in interface com.plealog.prefs4j.api.PreferenceModel
-
Returns the location of the user configuration.
- getView() - Method in class com.plealog.wizard.model.WizardStepModel
-
Get the view associated to this data model.
- getWithoutExtension(File) - Static method in class com.plealog.genericapp.api.file.EZFileFilter
-
Gets the file name without its extension.
- GLOBAL_UPDT_PROP - Static variable in class com.plealog.genericapp.ui.menu.EZBasicAction
-
property name used by this.fireUpdate().
- gunzipFile(String) - Static method in class com.plealog.genericapp.api.file.EZFileUtils
-
Uncompress a gzipped file.
- gunzipFile(String, String) - Static method in class com.plealog.genericapp.api.file.EZFileUtils
-
Uncompress a gzipped file.