Class BrolCrumbConfiguration

java.lang.Object
be.gaudry.swing.file.navigator.component.BrolCrumbConfiguration

public class BrolCrumbConfiguration extends Object
Since:
1.0 Sep 6, 2009
Author:
Steph GAUDRY
  • Constructor Details

    • BrolCrumbConfiguration

      public BrolCrumbConfiguration()
  • Method Details

    • isShowHiddenFiles

      public boolean isShowHiddenFiles()
      Returns:
      the showHiddenFiles
    • setShowHiddenFiles

      public void setShowHiddenFiles(boolean showHiddenFiles)
      Parameters:
      showHiddenFiles - the showHiddenFiles to set
    • isShowSystemFiles

      public boolean isShowSystemFiles()
      Returns:
      the showSystemFiles
    • setShowSystemFiles

      public void setShowSystemFiles(boolean showSystemFiles)
      Parameters:
      showSystemFiles - the showSystemFiles to set
    • isShowFolders

      public boolean isShowFolders()
      Returns:
      the showFolders
    • setShowFolders

      public void setShowFolders(boolean showFolders)
      Parameters:
      showFolders - the showFolders to set
    • isShowTreeFiles

      public boolean isShowTreeFiles()
      Returns:
      the showTreeFolders
    • setShowTreeFiles

      public void setShowTreeFiles(boolean showTreeFiles)
      Parameters:
      showTreeFiles - the showTreeFiles to set
    • isShowTreeHiddenFiles

      public boolean isShowTreeHiddenFiles()
      Returns:
      the showTreeHiddenFiles
    • setShowTreeHiddenFiles

      public void setShowTreeHiddenFiles(boolean showTreeHiddenFiles)
      Parameters:
      showTreeHiddenFiles - the showTreeHiddenFiles to set
    • isShowTreeSystemFiles

      public final boolean isShowTreeSystemFiles()
      Returns:
      the showTreeSystemFiles
    • setShowTreeSystemFiles

      public final void setShowTreeSystemFiles(boolean showTreeSystemFiles)
      Parameters:
      showTreeSystemFiles - the showTreeSystemFiles to set
    • isUseNativeIcons

      public boolean isUseNativeIcons()
      Returns:
      the useNativeIcons
    • setUseNativeIcons

      public void setUseNativeIcons(boolean useNativeIcons)
      Parameters:
      useNativeIcons - the useNativeIcons to set
    • getTreeFileFilter

      public final FileFilter getTreeFileFilter()
      Returns:
      the treeFileFilter
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object