Uses of Interface
org.pushingpixels.radiance.component.api.bcb.BreadcrumbPathListener
-
Packages that use BreadcrumbPathListener Package Description org.pushingpixels.radiance.component.api.bcb org.pushingpixels.radiance.component.internal.ui.bcb -
-
Uses of BreadcrumbPathListener in org.pushingpixels.radiance.component.api.bcb
Fields in org.pushingpixels.radiance.component.api.bcb with type parameters of type BreadcrumbPathListener Modifier and Type Field Description private java.util.List<BreadcrumbPathListener<T>>BreadcrumbBarContentModel. listenerListListener list.Methods in org.pushingpixels.radiance.component.api.bcb with parameters of type BreadcrumbPathListener Modifier and Type Method Description voidBreadcrumbBarContentModel. addPathListener(BreadcrumbPathListener<T> l)Adds the specified path listener to this model.voidBreadcrumbBarContentModel. removePathListener(BreadcrumbPathListener<T> l)Removes the specified path listener from this model. -
Uses of BreadcrumbPathListener in org.pushingpixels.radiance.component.internal.ui.bcb
Fields in org.pushingpixels.radiance.component.internal.ui.bcb declared as BreadcrumbPathListener Modifier and Type Field Description private BreadcrumbPathListener<java.lang.Object>BasicBreadcrumbBarUI. pathListener
-