Package be.gaudry.swing.action
Class BrolSwingActionsFactory
java.lang.Object
be.gaudry.swing.action.BrolSwingActionsFactory
Builds the actions needed by all the Broldev swing projects.
Only one instance is available.
- Since:
- 1.0 (Mar 26, 2009), broldev.core.swing 0.0.1-SNAPSHOT dependency
- Version:
- 1.0 (Mar 26, 2009)
- Author:
- Steph GAUDRY
- See Also:
Provided by the broldev.core.swing project.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Identifier of swing panels -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AuthenticatedAction
static AuthenticatedAction
static AuthenticatedAction
static AbstractAction
static AuthenticatedAction
-
Field Details
-
LANGUAGE_PATH
Key to access to the language resource bundle- See Also:
- Constant Field Values
-
-
Method Details
-
getCleanLogsAction
- Returns:
- an action to delete application log files
- See Also:
ConsoleHelper.cleanLogs()
-
getCleanPrefsAction
- Returns:
- an action to clean preferences and properties
- See Also:
RememberHelper.clean()
-
getSaveLocalePrefAction
- Returns:
- an action to save the preferred
Locale
-
getShowHelpAction
- Returns:
- an action to show help about current screen
-
getShowConsoleAction
- Returns:
- an action to show the console
- See Also:
BrolSwingActionsFactory.ECards.CONSOLE
-