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. contentModel
The breadcrumb bar model.private BreadcrumbBarContentModel<T>
BreadcrumbPathEvent. src
The model that firedthis
event.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 ofthis
event.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.
-