Class JBreadcrumbBar<T>

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar<T>
Type Parameters:
T - Type of data associated with each breadcrumb bar item.
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable
Direct Known Subclasses:
BreadcrumbFileSelector, BreadcrumbTreeAdapterSelector

public class JBreadcrumbBar<T> extends JComponent
Breadcrumb bar. It is basically a way of lazily navigating around a tree, but just by manipulating the sections of a path.
See Also: