Class BrolCrumbBar.DirCallback
java.lang.Object
org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack<File>
be.gaudry.swing.file.navigator.component.BrolCrumbBar.DirCallback
- Enclosing class:
- BrolCrumbBar
public static class BrolCrumbBar.DirCallback
extends org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack<File>
Local file system specific implementation of the
BreadcrumbBarCallBack
.-
Field Summary
Fields inherited from class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack
throwsExceptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLeafContent(File leaf)
getPathChoices(List<org.pushingpixels.flamingo.api.bcb.BreadcrumbItem<File>> path)
void
setup()
Methods inherited from class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack
setThrowsExceptions
-
Field Details
-
fsv
File system view.
-
-
Constructor Details
-
DirCallback
public DirCallback()
-
-
Method Details
-
setup
public void setup()- Overrides:
setup
in classorg.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack<File>
-
getPathChoices
public List<org.pushingpixels.flamingo.api.common.StringValuePair<File>> getPathChoices(List<org.pushingpixels.flamingo.api.bcb.BreadcrumbItem<File>> path)- Overrides:
getPathChoices
in classorg.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack<File>
-
getLeafs
public List<org.pushingpixels.flamingo.api.common.StringValuePair<File>> getLeafs(List<org.pushingpixels.flamingo.api.bcb.BreadcrumbItem<File>> path)- Overrides:
getLeafs
in classorg.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack<File>
-
getLeafContent
- Overrides:
getLeafContent
in classorg.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack<File>
-