Uses of Class
org.pushingpixels.radiance.component.api.bcb.BreadcrumbBarPresentationModel
Packages that use BreadcrumbBarPresentationModel
Package
Description
-
Uses of BreadcrumbBarPresentationModel in org.pushingpixels.radiance.component.api.bcb
Fields in org.pushingpixels.radiance.component.api.bcb declared as BreadcrumbBarPresentationModelModifier and TypeFieldDescriptionprivate BreadcrumbBarPresentationModelJBreadcrumbBar.presentationModelMethods in org.pushingpixels.radiance.component.api.bcb that return BreadcrumbBarPresentationModelModifier and TypeMethodDescriptionBreadcrumbBarPresentationModel.Builder.build()JBreadcrumbBar.getPresentationModel()Returns the presentation model of this breadcrumb bar.BreadcrumbBarPresentationModel.withDefaults()Constructors in org.pushingpixels.radiance.component.api.bcb with parameters of type BreadcrumbBarPresentationModelModifierConstructorDescriptionJBreadcrumbBar(BreadcrumbBarContentProvider<T> contentProvider, BreadcrumbBarPresentationModel presentationModel) Creates a new breadcrumb bar. -
Uses of BreadcrumbBarPresentationModel in org.pushingpixels.radiance.component.api.bcb.core
Constructors in org.pushingpixels.radiance.component.api.bcb.core with parameters of type BreadcrumbBarPresentationModelModifierConstructorDescriptionBreadcrumbFileSelector(FileSystemView fileSystemView, BreadcrumbFileSelector.IconProvider iconProvider, BreadcrumbBarPresentationModel presentationModel) Creates a new breadcrumb bar file selector.BreadcrumbTreeAdapterSelector(TreeModel treeModel, BreadcrumbTreeAdapterSelector.TreeAdapter<T> treeAdapter, boolean isRootVisible, BreadcrumbBarPresentationModel presentationModel) Creates an adapter for the specified tree model.