Class BreadcrumbFileSelector.DirCallback

java.lang.Object
org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack<File>
org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector.DirCallback
Enclosing class:
BreadcrumbFileSelector

public static class BreadcrumbFileSelector.DirCallback extends BreadcrumbBarCallBack<File>
Local file system specific implementation of the BreadcrumbBarCallBack.
  • Field Details

    • fsv

      protected FileSystemView fsv
      File system view.
    • useNativeIcons

      protected boolean useNativeIcons
      If true, the path selectors will use native icons.
  • Constructor Details

    • DirCallback

      public DirCallback(boolean useNativeIcons)
      Creates a new callback.
      Parameters:
      useNativeIcons - If true, the path selectors will use native icons.
    • DirCallback

      public DirCallback(FileSystemView fileSystemView, boolean useNativeIcons)
      Creates a new callback.
      Parameters:
      fileSystemView - File system view to use.
      useNativeIcons - If true, the path selectors will use native icons.
  • Method Details