Class BrolCrumbBar

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar<File>
be.gaudry.swing.file.navigator.component.BrolCrumbBar
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class BrolCrumbBar extends org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar<File>
Since:
1.0 Sep 4, 2009
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • BrolCrumbBar

      public BrolCrumbBar()
      Creates a new breadcrumb bar file selector that uses native icons and the default file system view.
    • BrolCrumbBar

      public BrolCrumbBar(boolean useNativeIcons)
      Creates a new breadcrumb bar file selector that uses the default file system view.
      Parameters:
      useNativeIcons - If true, the path selectors will use native icons.
    • BrolCrumbBar

      public BrolCrumbBar(FileSystemView fileSystemView, boolean useNativeIcons)
      Creates a new breadcrumb bar file selector.
      Parameters:
      fileSystemView - File system view.
      useNativeIcons - If true, the path selectors will use native icons.
  • Method Details

    • setPath

      public void setPath(File dir)
      Sets the selected path based of the specified file. If this file is either null or not a directory, the home directory is selected.
      Parameters:
      dir - Points to a directory to be selected.