Class NavigatorActionsFactory

java.lang.Object
be.gaudry.swing.file.action.NavigatorActionsFactory
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class NavigatorActionsFactory extends Object implements PropertyChangeListener
Since:
1.0 Sep 4, 2009
Author:
Steph GAUDRY
  • Field Details

  • Method Details

    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable
    • getBrolCrumbConfiguration

      public static BrolCrumbConfiguration getBrolCrumbConfiguration()
      Returns:
      the brolCrumbConfiguration
    • addNavigatorDependingAction

      public static void addNavigatorDependingAction(AbstractAction action)
    • getShowTreeCommandsMenuAction

      public static AutoLocalizedAction getShowTreeCommandsMenuAction()
    • getShowSimpleNavigatorAction

      public static AbstractAction getShowSimpleNavigatorAction()
      Returns:
      an action to show the panel
      See Also:
      ShowPanelAction
    • getShowDualNavigatorAction

      public static AbstractAction getShowDualNavigatorAction()
      Returns:
      an action to show the panel
      See Also:
      ShowPanelAction
    • getTreeShowSystemFilesAction

      public static AuthenticatedAction getTreeShowSystemFilesAction()
    • getTreeShowHiddenFilesAction

      public static AuthenticatedAction getTreeShowHiddenFilesAction()
    • getTreeShowFilesAction

      public static AuthenticatedAction getTreeShowFilesAction()
    • getFileViewShowSystemFilesAction

      public static AuthenticatedAction getFileViewShowSystemFilesAction()
      Returns:
      the fileViewShowFoldersAction
    • getFileViewShowHiddenFilesAction

      public static AuthenticatedAction getFileViewShowHiddenFilesAction()
      Returns:
      the fileViewShowFoldersAction
    • getFileViewShowFoldersAction

      public static AuthenticatedAction getFileViewShowFoldersAction()
      Returns:
      the fileViewShowFoldersAction
    • getShowTreeAction

      public static AuthenticatedAction getShowTreeAction()
    • getShowFavouritesAction

      public static AuthenticatedAction getShowFavouritesAction()
    • getShowHideLeftPanelAction

      public static AuthenticatedAction getShowHideLeftPanelAction()
    • addCommandToggleButton

      public static void addCommandToggleButton(org.pushingpixels.flamingo.api.ribbon.JRibbonBand band, AuthenticatedAction action, String actionKeyTip)
    • getCurrentDisplay

      public static EFileView getCurrentDisplay()
      Returns:
      the currentDisplay
    • setCurrentDisplay

      public static void setCurrentDisplay(EFileView fileView)
    • getCurrentStatType

      public static EFileStatType getCurrentStatType()
      Returns:
      the currentStatType
    • setCurrentStatType

      public static void setCurrentStatType(EFileStatType statType)
    • getUpdateStatAction

      public static BuildFileChartAction getUpdateStatAction()
    • propertyChange

      public void propertyChange(PropertyChangeEvent evt)
      Specified by:
      propertyChange in interface PropertyChangeListener
    • setLanguage

      protected void setLanguage()