Uses of Class
org.pushingpixels.radiance.component.api.bcb.BreadcrumbItem
Packages that use BreadcrumbItem
Package
Description
-
Uses of BreadcrumbItem in org.pushingpixels.radiance.component.api.bcb
Fields in org.pushingpixels.radiance.component.api.bcb with type parameters of type BreadcrumbItemModifier and TypeFieldDescriptionprivate LinkedList
<BreadcrumbItem<T>> BreadcrumbBarContentModel.items
The list of breadcrumb items.Methods in org.pushingpixels.radiance.component.api.bcb that return BreadcrumbItemModifier and TypeMethodDescriptionBreadcrumbBarContentModel.getItem
(int index) Returns the model item at the specified index.Methods in org.pushingpixels.radiance.component.api.bcb that return types with arguments of type BreadcrumbItemModifier and TypeMethodDescriptionBreadcrumbBarContentModel.getItems()
Returns an unmodifiable list of the items in this model.BreadcrumbBarContentProvider.getLeaves
(List<BreadcrumbItem<T>> path) Returns the leaf elements that correspond to the specified path.BreadcrumbBarContentProvider.getPathChoices
(List<BreadcrumbItem<T>> path) Returns the choice elements that correspond to the specified path.Methods in org.pushingpixels.radiance.component.api.bcb with parameters of type BreadcrumbItemModifier and TypeMethodDescriptionvoid
BreadcrumbBarContentModel.addLast
(BreadcrumbItem<T> item) Adds the specified item at the end of the path.int
BreadcrumbBarContentModel.indexOf
(BreadcrumbItem<T> item) Returns the index of the specified item.Method parameters in org.pushingpixels.radiance.component.api.bcb with type arguments of type BreadcrumbItemModifier and TypeMethodDescriptionBreadcrumbBarContentProvider.getLeaves
(List<BreadcrumbItem<T>> path) Returns the leaf elements that correspond to the specified path.BreadcrumbBarContentProvider.getPathChoices
(List<BreadcrumbItem<T>> path) Returns the choice elements that correspond to the specified path.void
BreadcrumbBarContentModel.replace
(List<BreadcrumbItem<T>> items) Replaces the current item list with the specified list.void
JBreadcrumbBar.setPath
(List<BreadcrumbItem<T>> newPath) Sets new path as the current path inthis
breadcrumb bar. -
Uses of BreadcrumbItem in org.pushingpixels.radiance.component.api.bcb.core
Methods in org.pushingpixels.radiance.component.api.bcb.core that return types with arguments of type BreadcrumbItemModifier and TypeMethodDescriptionBreadcrumbFileSelector.FileSystemContentProvider.getLeaves
(List<BreadcrumbItem<File>> path) BreadcrumbTreeAdapterSelector.TreeContentProvider.getLeaves
(List<BreadcrumbItem<T>> path) BreadcrumbFileSelector.FileSystemContentProvider.getPathChoices
(List<BreadcrumbItem<File>> path) BreadcrumbTreeAdapterSelector.TreeContentProvider.getPathChoices
(List<BreadcrumbItem<T>> path) Method parameters in org.pushingpixels.radiance.component.api.bcb.core with type arguments of type BreadcrumbItemModifier and TypeMethodDescriptionBreadcrumbFileSelector.FileSystemContentProvider.getLeaves
(List<BreadcrumbItem<File>> path) BreadcrumbTreeAdapterSelector.TreeContentProvider.getLeaves
(List<BreadcrumbItem<T>> path) BreadcrumbFileSelector.FileSystemContentProvider.getPathChoices
(List<BreadcrumbItem<File>> path) BreadcrumbTreeAdapterSelector.TreeContentProvider.getPathChoices
(List<BreadcrumbItem<T>> path) -
Uses of BreadcrumbItem in org.pushingpixels.radiance.component.api.common
Methods in org.pushingpixels.radiance.component.api.common with parameters of type BreadcrumbItemModifier and TypeMethodDescriptionprotected abstract boolean
AbstractFileViewPanel.toShowFile
(BreadcrumbItem<T> item) Returns indication whether the specified file should be shown on this panel.Method parameters in org.pushingpixels.radiance.component.api.common with type arguments of type BreadcrumbItemModifier and TypeMethodDescriptionvoid
AbstractFileViewPanel.setFolder
(List<BreadcrumbItem<T>> leaves) Sets the current entries to show. -
Uses of BreadcrumbItem in org.pushingpixels.radiance.component.internal.ui.bcb
Fields in org.pushingpixels.radiance.component.internal.ui.bcb declared as BreadcrumbItemModifier and TypeFieldDescriptionprivate BreadcrumbItem
<T> BreadcrumbItemChoices.ancestor
The ancestor item.Fields in org.pushingpixels.radiance.component.internal.ui.bcb with type parameters of type BreadcrumbItemModifier and TypeFieldDescriptionprivate List
<BreadcrumbItem<T>> BreadcrumbItemChoices.choices
Contains all possible choices.Methods in org.pushingpixels.radiance.component.internal.ui.bcb that return BreadcrumbItemMethods in org.pushingpixels.radiance.component.internal.ui.bcb that return types with arguments of type BreadcrumbItemModifier and TypeMethodDescriptionBreadcrumbItemChoices.getChoices()
Returns the item array oftrue
his element.Methods in org.pushingpixels.radiance.component.internal.ui.bcb with parameters of type BreadcrumbItemModifier and TypeMethodDescriptionprivate void
BasicBreadcrumbBarUI.configureMainAction
(Command command, BreadcrumbItem<Object> bi) protected Object
BasicBreadcrumbBarUI.pushChoice
(BreadcrumbItem bi) Pushes an item to the top position of the stack.Constructors in org.pushingpixels.radiance.component.internal.ui.bcb with parameters of type BreadcrumbItemModifierConstructorDescriptionBreadcrumbItemChoices
(BreadcrumbItem<T> ancestor, List<BreadcrumbItem<T>> entries) Constructor parameters in org.pushingpixels.radiance.component.internal.ui.bcb with type arguments of type BreadcrumbItemModifierConstructorDescriptionBreadcrumbItemChoices
(BreadcrumbItem<T> ancestor, List<BreadcrumbItem<T>> entries)