Uses of Class
be.gaudry.swing.action.AbstractShowPanelAction
Packages that use AbstractShowPanelAction
Package
Description
-
Uses of AbstractShowPanelAction in be.gaudry.fontviewer.swing.action
Methods in be.gaudry.fontviewer.swing.action that return AbstractShowPanelActionModifier and TypeMethodDescriptionstatic AbstractShowPanelAction<FontsPanel>
FontViewerActionsFactory.getShowFontsPanelAction()
static AbstractShowPanelAction<MainPanel>
FontViewerActionsFactory.getShowFontViewerPanelAction()
-
Uses of AbstractShowPanelAction in be.gaudry.swing.action
Subclasses of AbstractShowPanelAction in be.gaudry.swing.actionModifier and TypeClassDescriptionclass
ShowPanelAction<T extends JPanel>
Basic implementation of an AbstractShowPanelAction Provided by the broldev.core.swing project.Fields in be.gaudry.swing.action with type parameters of type AbstractShowPanelActionModifier and TypeFieldDescriptionprotected Map<JPanel,AbstractShowPanelAction<? extends JPanel>>
ShowPanelController.actions
Methods in be.gaudry.swing.action that return AbstractShowPanelActionModifier and TypeMethodDescriptionstatic AbstractShowPanelAction<CewePanel>
PhotoActionsFactory.getShowCewePanelAction()
PhotoActionsFactory.getShowRuntastic2GpxPanelAction()
PhotoActionsFactory.getShowTransfertPhotosPanelAction()
Methods in be.gaudry.swing.action that return types with arguments of type AbstractShowPanelActionModifier and TypeMethodDescriptionstatic Map<JPanel,AbstractShowPanelAction<? extends JPanel>>
ShowPanelController.getActions()
The actions to show the panels are available thru an unmodifiable map, keyed by the panels.Methods in be.gaudry.swing.action with parameters of type AbstractShowPanelActionModifier and TypeMethodDescription(package private) static void
ShowPanelController.addAction(AbstractShowPanelAction<? extends JPanel> showPanelAction)
Adds a showPanelAction to the existing actions.(package private) static void
ShowPanelController.removeAction(AbstractShowPanelAction<? extends JPanel> showPanelAction)
Removes a showPanelAction from the available actions.(package private) static void
ShowPanelController.setCurrentAction(AbstractShowPanelAction<? extends JPanel> action)
Sets the action associated to the current panel as current action. -
Uses of AbstractShowPanelAction in be.gaudry.swing.edu.action
Methods in be.gaudry.swing.edu.action that return AbstractShowPanelActionModifier and TypeMethodDescriptionstatic AbstractShowPanelAction<? extends JPanel>
AdminDAOActionsFactory.getShowAdminPanelAction()
Deprecated.use sub actions instead of thisstatic AbstractShowPanelAction<? extends JPanel>
AdminDAOActionsFactory.getShowSchedulerAction()
-
Uses of AbstractShowPanelAction in be.gaudry.swing.eid.action
Subclasses of AbstractShowPanelAction in be.gaudry.swing.eid.action -
Uses of AbstractShowPanelAction in be.gaudry.swing.file.action
Methods in be.gaudry.swing.file.action that return AbstractShowPanelAction -
Uses of AbstractShowPanelAction in be.gaudry.swing.file.finder.action
Methods in be.gaudry.swing.file.finder.action that return AbstractShowPanelAction -
Uses of AbstractShowPanelAction in be.gaudry.swing.file.renamer.action
Methods in be.gaudry.swing.file.renamer.action that return AbstractShowPanelActionModifier and TypeMethodDescriptionRenamerActionsFactory.getShowMediaCleanerAction()
RenamerActionsFactory.getShowRenamerMainPanelAction()
RenamerActionsFactory.getShowXbmcAction()