Uses of Class
be.gaudry.swing.action.AuthenticatedAction
Package
Description
-
Uses of AuthenticatedAction in be.gaudry.swing.action
Modifier and TypeClassDescriptionclass
AbstractShowPanelAction<T extends JPanel>
Action to show a panel.class
The LocalizedSelectableAction knows if it's selected or not, for the toggle GUI components.class
ShowPanelAction<T extends JPanel>
Basic implementation of an AbstractShowPanelAction Provided by the broldev.core.swing project.Modifier and TypeMethodDescriptionstatic AuthenticatedAction
BrolSwingActionsFactory.getCleanLogsAction()
static AuthenticatedAction
BrolSwingActionsFactory.getCleanPrefsAction()
static AuthenticatedAction
BrolSwingActionsFactory.getSaveLocalePrefAction()
static AuthenticatedAction
BrolSwingActionsFactory.getShowHelpAction()
-
Uses of AuthenticatedAction in be.gaudry.swing.edu.action
Modifier and TypeMethodDescriptionstatic AuthenticatedAction
AdminDAOActionsFactory.getInsertExaminationsTestAction()
static AuthenticatedAction
AdminDAOActionsFactory.getInsertMinimalTestDataAction()
static AuthenticatedAction
AdminDAOActionsFactory.getManageDAOAction()
static AuthenticatedAction
AdminDAOActionsFactory.getRemoveDAOAction()
static AuthenticatedAction
AdminDAOActionsFactory.getResetDAOAction()
static AuthenticatedAction
AdminDAOActionsFactory.getShowDAOInfosAction()
static AuthenticatedAction
AdminDAOActionsFactory.getUpdateDAOAction()
-
Uses of AuthenticatedAction in be.gaudry.swing.eid.action
-
Uses of AuthenticatedAction in be.gaudry.swing.file.action
Modifier and TypeMethodDescriptionstatic AuthenticatedAction
NavigatorActionsFactory.getFileViewShowFoldersAction()
static AuthenticatedAction
NavigatorActionsFactory.getFileViewShowHiddenFilesAction()
static AuthenticatedAction
NavigatorActionsFactory.getFileViewShowSystemFilesAction()
static AuthenticatedAction
NavigatorActionsFactory.getShowFavouritesAction()
static AuthenticatedAction
NavigatorActionsFactory.getShowHideLeftPanelAction()
static AuthenticatedAction
NavigatorActionsFactory.getShowTreeAction()
static AuthenticatedAction
NavigatorActionsFactory.getTreeShowFilesAction()
static AuthenticatedAction
NavigatorActionsFactory.getTreeShowHiddenFilesAction()
static AuthenticatedAction
NavigatorActionsFactory.getTreeShowSystemFilesAction()
Modifier and TypeMethodDescriptionstatic void
NavigatorActionsFactory.addCommandToggleButton(org.pushingpixels.flamingo.api.ribbon.JRibbonBand band, AuthenticatedAction action, String actionKeyTip)