- editorShowed() - Method in interface com.plealog.prefs4j.ui.PreferenceEditor
-
Method invoked by the framework when the editor is showed.
- enableConsoleLogger(boolean) - Static method in class com.plealog.genericapp.api.log.EZLoggerManager
-
Figures out whether or not the default Java Logging Console logger has to be enabled.
- enableFileLogger(String, boolean) - Static method in class com.plealog.genericapp.api.log.EZLoggerManager
-
Figures out whether or not a file logger has to be enabled.
- enableUILogger(boolean, int) - Static method in class com.plealog.genericapp.api.log.EZLoggerManager
-
Figures out whether or not the UI logger has to be enabled.
- enumerator() - Method in interface com.plealog.prefs4j.api.PreferenceModel
-
Returns a enumeration over the ConfurationFeatures defined in this model.
- enumerator() - Method in interface com.plealog.prefs4j.ui.PreferenceComponent
-
Returns an enumeration over all ConfigurationEditor contained in this component.
- error(String) - Static method in class com.plealog.genericapp.api.log.EZLogger
-
- EZActionManager - Class in com.plealog.genericapp.ui.menu
-
EZActionManager handles the creation of menu and tool bars given
a resource bundle file.
- EZActionManager(ResourceBundle) - Constructor for class com.plealog.genericapp.ui.menu.EZActionManager
-
Default constructor.
- EZActionManager.MyEZDefaultActionHandler - Class in com.plealog.genericapp.ui.menu
-
- EZActionManager.MyEZDefaultActionHandler() - Constructor for class com.plealog.genericapp.ui.menu.EZActionManager.MyEZDefaultActionHandler
-
- EZApplicationBranding - Class in com.plealog.genericapp.api
-
Contains the branding of the application.
- EZBasicAction - Class in com.plealog.genericapp.ui.menu
-
Implementation of an AbstractAction for EZMenu system.
- EZBasicAction() - Constructor for class com.plealog.genericapp.ui.menu.EZBasicAction
-
Default constructor.
- EZBasicAction(Object) - Constructor for class com.plealog.genericapp.ui.menu.EZBasicAction
-
Construction with a user object.
- EZBasicAction(String) - Constructor for class com.plealog.genericapp.ui.menu.EZBasicAction
-
Basic constructor with a key name.
- EZBasicAction(Object, String) - Constructor for class com.plealog.genericapp.ui.menu.EZBasicAction
-
Basic constructor with a user object and a key name.
- EZBasicAction(Object, String, Icon) - Constructor for class com.plealog.genericapp.ui.menu.EZBasicAction
-
Basic constructor with a user object, a key name and an icon.
- EZBasicAction(String, Icon) - Constructor for class com.plealog.genericapp.ui.menu.EZBasicAction
-
Basic constructor a key name and an icon.
- EZDefaultActionHandler - Interface in com.plealog.genericapp.api
-
This interface defines the way to handle default application actions About, Exit and Preferences.
- EZEnvironment - Class in com.plealog.genericapp.api
-
This class contains various methods to handle application environment.
- EZFileExt - Class in com.plealog.genericapp.api.file
-
This class is used to handle a file with a particular file extension descriptor.
- EZFileExt(File) - Constructor for class com.plealog.genericapp.api.file.EZFileExt
-
- EZFileExt(File, EZFileExtDescriptor) - Constructor for class com.plealog.genericapp.api.file.EZFileExt
-
- EZFileFilter - Class in com.plealog.genericapp.api.file
-
This class manages a file filter for Open/Save dialogue boxes.
- EZFileFilter() - Constructor for class com.plealog.genericapp.api.file.EZFileFilter
-
Creates a file filter.
- EZFileFilter(String) - Constructor for class com.plealog.genericapp.api.file.EZFileFilter
-
Creates a file filter that accepts files with the given extension.
- EZFileFilter(String, String) - Constructor for class com.plealog.genericapp.api.file.EZFileFilter
-
Creates a file filter that accepts the given file type.
- EZFileFilter(String[]) - Constructor for class com.plealog.genericapp.api.file.EZFileFilter
-
Creates a file filter from the given string array.
- EZFileFilter(String[], String) - Constructor for class com.plealog.genericapp.api.file.EZFileFilter
-
Creates a file filter from the given string array and description.
- EZFileManager - Class in com.plealog.genericapp.api.file
-
This class manages the access to file and directory as well as generic UI File Chooser.
- EZFileTypes - Class in com.plealog.genericapp.api.file
-
This class manages file types.
- EZFileTypes() - Constructor for class com.plealog.genericapp.api.file.EZFileTypes
-
- EZFileUtils - Class in com.plealog.genericapp.api.file
-
- EZFileUtils() - Constructor for class com.plealog.genericapp.api.file.EZFileUtils
-
- EZGenericApplication - Class in com.plealog.genericapp.api
-
This class is the entry point of Generic Application.
- EZLogger - Class in com.plealog.genericapp.api.log
-
Entry point of the Generic Application logging system.
- EZLogger() - Constructor for class com.plealog.genericapp.api.log.EZLogger
-
- EZLoggerManager - Class in com.plealog.genericapp.api.log
-
Utility class to setup logging system.
- EZLoggerManager() - Constructor for class com.plealog.genericapp.api.log.EZLoggerManager
-
- EZLoggerManager.LogLevel - Enum in com.plealog.genericapp.api.log
-
- EZSingleLineFormatter - Class in com.plealog.genericapp.api.log
-
This class defines a single line logger record formatter.
- EZSingleLineFormatter() - Constructor for class com.plealog.genericapp.api.log.EZSingleLineFormatter
-
- EZSingleLineFormatter(boolean) - Constructor for class com.plealog.genericapp.api.log.EZSingleLineFormatter
-
Constructor.
- EZSplashScreen - Interface in com.plealog.genericapp.api
-
A splash screen.
- EZSplashScreenFactory - Class in com.plealog.genericapp.api
-
Factory of splash screen.
- EZUIHandler - Class in com.plealog.genericapp.api.log
-
Utility class serving as a gateway between logger handler and UI component.
- EZUIHandler() - Constructor for class com.plealog.genericapp.api.log.EZUIHandler
-
- EZUIHandler(int) - Constructor for class com.plealog.genericapp.api.log.EZUIHandler
-
- EZUIStarterListener - Interface in com.plealog.genericapp.api
-
Interface enabling to listen to application startup procedure.