Uses of Class
org.pushingpixels.radiance.component.api.bcb.BreadcrumbBarContentModel
Packages that use BreadcrumbBarContentModel
-
Uses of BreadcrumbBarContentModel in org.pushingpixels.radiance.component.api.bcb
Fields in org.pushingpixels.radiance.component.api.bcb declared as BreadcrumbBarContentModelModifier and TypeFieldDescriptionprotected 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 BreadcrumbBarContentModelModifier and TypeMethodDescriptionJBreadcrumbBar.getContentModel()Returns the content model of this breadcrumb bar.BreadcrumbPathEvent.getSource()Returns the source model ofthisevent.Constructors in org.pushingpixels.radiance.component.api.bcb with parameters of type BreadcrumbBarContentModelModifierConstructorDescriptionBreadcrumbPathEvent(BreadcrumbBarContentModel<T> src, int indexOfFirstChange) Creates a new breadcrumb bar path event.