Uses of Class
org.pushingpixels.radiance.component.api.bcb.BreadcrumbItem
-
-
Uses of BreadcrumbItem in org.pushingpixels.radiance.component.api.bcb
Fields in org.pushingpixels.radiance.component.api.bcb with type parameters of type BreadcrumbItem Modifier and Type Field Description private java.util.LinkedList<BreadcrumbItem<T>>
BreadcrumbBarContentModel. items
The list of breadcrumb items.Methods in org.pushingpixels.radiance.component.api.bcb that return BreadcrumbItem Modifier and Type Method Description BreadcrumbItem<T>
BreadcrumbBarContentModel. 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 BreadcrumbItem Modifier and Type Method Description java.util.List<BreadcrumbItem<T>>
BreadcrumbBarContentModel. getItems()
Returns an unmodifiable list of the items in this model.java.util.List<BreadcrumbItem<T>>
BreadcrumbBarContentProvider. getLeaves(java.util.List<BreadcrumbItem<T>> path)
Returns the leaf elements that correspond to the specified path.java.util.List<BreadcrumbItem<T>>
BreadcrumbBarContentProvider. getPathChoices(java.util.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 BreadcrumbItem Modifier and Type Method Description void
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 BreadcrumbItem Modifier and Type Method Description java.util.List<BreadcrumbItem<T>>
BreadcrumbBarContentProvider. getLeaves(java.util.List<BreadcrumbItem<T>> path)
Returns the leaf elements that correspond to the specified path.java.util.List<BreadcrumbItem<T>>
BreadcrumbBarContentProvider. getPathChoices(java.util.List<BreadcrumbItem<T>> path)
Returns the choice elements that correspond to the specified path.void
BreadcrumbBarContentModel. replace(java.util.List<BreadcrumbItem<T>> items)
Replaces the current item list with the specified list.void
JBreadcrumbBar. setPath(java.util.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 BreadcrumbItem Modifier and Type Method Description java.util.List<BreadcrumbItem<java.io.File>>
BreadcrumbFileSelector.FileSystemContentProvider. getLeaves(java.util.List<BreadcrumbItem<java.io.File>> path)
java.util.List<BreadcrumbItem<T>>
BreadcrumbTreeAdapterSelector.TreeContentProvider. getLeaves(java.util.List<BreadcrumbItem<T>> path)
java.util.List<BreadcrumbItem<java.io.File>>
BreadcrumbFileSelector.FileSystemContentProvider. getPathChoices(java.util.List<BreadcrumbItem<java.io.File>> path)
java.util.List<BreadcrumbItem<T>>
BreadcrumbTreeAdapterSelector.TreeContentProvider. getPathChoices(java.util.List<BreadcrumbItem<T>> path)
Method parameters in org.pushingpixels.radiance.component.api.bcb.core with type arguments of type BreadcrumbItem Modifier and Type Method Description java.util.List<BreadcrumbItem<java.io.File>>
BreadcrumbFileSelector.FileSystemContentProvider. getLeaves(java.util.List<BreadcrumbItem<java.io.File>> path)
java.util.List<BreadcrumbItem<T>>
BreadcrumbTreeAdapterSelector.TreeContentProvider. getLeaves(java.util.List<BreadcrumbItem<T>> path)
java.util.List<BreadcrumbItem<java.io.File>>
BreadcrumbFileSelector.FileSystemContentProvider. getPathChoices(java.util.List<BreadcrumbItem<java.io.File>> path)
java.util.List<BreadcrumbItem<T>>
BreadcrumbTreeAdapterSelector.TreeContentProvider. getPathChoices(java.util.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 BreadcrumbItem Modifier and Type Method Description protected 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 BreadcrumbItem Modifier and Type Method Description void
AbstractFileViewPanel. setFolder(java.util.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 BreadcrumbItem Modifier and Type Field Description private BreadcrumbItem<T>
BreadcrumbItemChoices. ancestor
The ancestor item.Fields in org.pushingpixels.radiance.component.internal.ui.bcb with type parameters of type BreadcrumbItem Modifier and Type Field Description private java.util.List<BreadcrumbItem<T>>
BreadcrumbItemChoices. choices
Contains all possible choices.Methods in org.pushingpixels.radiance.component.internal.ui.bcb that return BreadcrumbItem Modifier and Type Method Description BreadcrumbItem<T>
BreadcrumbItemChoices. getAncestor()
Methods in org.pushingpixels.radiance.component.internal.ui.bcb that return types with arguments of type BreadcrumbItem Modifier and Type Method Description java.util.List<BreadcrumbItem<T>>
BreadcrumbItemChoices. getChoices()
Returns the item array oftrue
his element.Methods in org.pushingpixels.radiance.component.internal.ui.bcb with parameters of type BreadcrumbItem Modifier and Type Method Description private void
BasicBreadcrumbBarUI. configureMainAction(Command command, BreadcrumbItem<java.lang.Object> bi)
protected java.lang.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 BreadcrumbItem Constructor Description BreadcrumbItemChoices(BreadcrumbItem<T> ancestor, java.util.List<BreadcrumbItem<T>> entries)
Constructor parameters in org.pushingpixels.radiance.component.internal.ui.bcb with type arguments of type BreadcrumbItem Constructor Description BreadcrumbItemChoices(BreadcrumbItem<T> ancestor, java.util.List<BreadcrumbItem<T>> entries)
-