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
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 TypeMethodDescriptionvoidBreadcrumbBarContentModel.addLast(BreadcrumbItem<T> item) Adds the specified item at the end of the path.intBreadcrumbBarContentModel.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.voidBreadcrumbBarContentModel.replace(List<BreadcrumbItem<T>> items) Replaces the current item list with the specified list.voidJBreadcrumbBar.setPath(List<BreadcrumbItem<T>> newPath) Sets new path as the current path inthisbreadcrumb bar. -
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 booleanAbstractFileViewPanel.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 TypeMethodDescriptionvoidAbstractFileViewPanel.setFolder(List<BreadcrumbItem<T>> leaves) Sets the current entries to show. -
Uses of BreadcrumbItem in org.pushingpixels.radiance.component.internal.ui.bcb
Methods in org.pushingpixels.radiance.component.internal.ui.bcb with parameters of type BreadcrumbItemModifier and TypeMethodDescriptionprotected ObjectBasicBreadcrumbBarUI.pushChoice(BreadcrumbItem bi) Pushes an item to the top position of the stack.