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.itemsThe 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 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.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 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
Fields in org.pushingpixels.radiance.component.internal.ui.bcb declared as BreadcrumbItemModifier and TypeFieldDescriptionprivate BreadcrumbItem<T> BreadcrumbItemChoices.ancestorThe ancestor item.Fields in org.pushingpixels.radiance.component.internal.ui.bcb with type parameters of type BreadcrumbItemModifier and TypeFieldDescriptionprivate List<BreadcrumbItem<T>> BreadcrumbItemChoices.choicesContains 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 oftruehis element.Methods in org.pushingpixels.radiance.component.internal.ui.bcb with parameters of type BreadcrumbItemModifier and TypeMethodDescriptionprivate voidBasicBreadcrumbBarUI.configureMainAction(Command command, BreadcrumbItem<Object> bi) protected ObjectBasicBreadcrumbBarUI.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)