Uses of Class
org.pushingpixels.radiance.component.api.bcb.BreadcrumbBarContentModel
-
Packages that use BreadcrumbBarContentModel Package Description org.pushingpixels.radiance.component.api.bcb -
-
Uses of BreadcrumbBarContentModel in org.pushingpixels.radiance.component.api.bcb
Fields in org.pushingpixels.radiance.component.api.bcb declared as BreadcrumbBarContentModel Modifier and Type Field Description protected BreadcrumbBarContentModel<T>JBreadcrumbBar. contentModelThe breadcrumb bar model.private BreadcrumbBarContentModel<T>BreadcrumbPathEvent. srcThe model that firedthisevent.Methods in org.pushingpixels.radiance.component.api.bcb that return BreadcrumbBarContentModel Modifier and Type Method Description BreadcrumbBarContentModel<T>JBreadcrumbBar. getContentModel()Returns the content model of this breadcrumb bar.BreadcrumbBarContentModel<T>BreadcrumbPathEvent. getSource()Returns the source model ofthisevent.Constructors in org.pushingpixels.radiance.component.api.bcb with parameters of type BreadcrumbBarContentModel Constructor Description BreadcrumbPathEvent(BreadcrumbBarContentModel<T> src, int indexOfFirstChange)Creates a new breadcrumb bar path event.
-