Uses of Class
org.jvnet.flamingo.bcb.BreadcrumbItem

Packages that use BreadcrumbItem
org.jvnet.flamingo.bcb   
org.jvnet.flamingo.bcb.core   
org.jvnet.flamingo.bcb.ui   
 

Uses of BreadcrumbItem in org.jvnet.flamingo.bcb
 

Methods in org.jvnet.flamingo.bcb that return BreadcrumbItem
 BreadcrumbItem<T> BreadcrumbBarModel.getItem(int index)
          Returns the model item at the specified index.
 

Methods in org.jvnet.flamingo.bcb that return types with arguments of type BreadcrumbItem
 java.util.List<BreadcrumbItem<T>> BreadcrumbBarModel.getItems()
          Returns an unmodifiable list of the items in this model.
 

Methods in org.jvnet.flamingo.bcb with parameters of type BreadcrumbItem
 void BreadcrumbBarModel.addLast(BreadcrumbItem<T> item)
          Adds the specified item at the end of the path.
 int BreadcrumbBarModel.indexOf(BreadcrumbItem<T> item)
          Returns the index of the specified item.
 

Method parameters in org.jvnet.flamingo.bcb with type arguments of type BreadcrumbItem
 java.util.List<StringValuePair<T>> BreadcrumbBarCallBack.getLeafs(java.util.List<BreadcrumbItem<T>> path)
          Returns the choice element that corresponds to the specified path.
 java.util.List<StringValuePair<T>> BreadcrumbBarCallBack.getPathChoices(java.util.List<BreadcrumbItem<T>> path)
          Returns the choice element that corresponds to the specified path.
 void BreadcrumbBarModel.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 in this breadcrumb bar.
 

Uses of BreadcrumbItem in org.jvnet.flamingo.bcb.core
 

Method parameters in org.jvnet.flamingo.bcb.core with type arguments of type BreadcrumbItem
 java.util.List<StringValuePair<java.io.File>> BreadcrumbFileSelector.DirCallback.getLeafs(java.util.List<BreadcrumbItem<java.io.File>> path)
           
 java.util.List<StringValuePair<java.lang.Object>> BreadcrumbTreeAdapterSelector.TreeCallback.getLeafs(java.util.List<BreadcrumbItem<java.lang.Object>> path)
           
 java.util.List<StringValuePair<java.lang.String>> BreadcrumbSvnSelector.PathCallback.getLeafs(java.util.List<BreadcrumbItem<java.lang.String>> path)
           
 java.util.List<StringValuePair<java.io.File>> BreadcrumbFileSelector.DirCallback.getPathChoices(java.util.List<BreadcrumbItem<java.io.File>> path)
           
 java.util.List<StringValuePair<java.lang.Object>> BreadcrumbTreeAdapterSelector.TreeCallback.getPathChoices(java.util.List<BreadcrumbItem<java.lang.Object>> path)
           
 java.util.List<StringValuePair<java.lang.String>> BreadcrumbSvnSelector.PathCallback.getPathChoices(java.util.List<BreadcrumbItem<java.lang.String>> path)
           
 

Uses of BreadcrumbItem in org.jvnet.flamingo.bcb.ui
 

Methods in org.jvnet.flamingo.bcb.ui that return BreadcrumbItem
 BreadcrumbItem BreadcrumbItemChoices.getAncestor()
           
 BreadcrumbItem[] BreadcrumbItemChoices.getChoices()
          Returns the item array of truehis element.
 

Constructors in org.jvnet.flamingo.bcb.ui with parameters of type BreadcrumbItem
BreadcrumbItemChoices(BreadcrumbItem ancestor, java.util.List<StringValuePair<T>> entries)
           
BreadcrumbParticle(JBreadcrumbBar<T> bar, BreadcrumbItem<T> bi, int width)
          Creates a new breadcrumb particle.