Uses of Interface
org.pushingpixels.radiance.component.api.bcb.BreadcrumbPathListener
Packages that use BreadcrumbPathListener
Package
Description
-
Uses of BreadcrumbPathListener in org.pushingpixels.radiance.component.api.bcb
Fields in org.pushingpixels.radiance.component.api.bcb with type parameters of type BreadcrumbPathListenerModifier and TypeFieldDescriptionprivate List<BreadcrumbPathListener<T>> BreadcrumbBarContentModel.listenerListListener list.Methods in org.pushingpixels.radiance.component.api.bcb with parameters of type BreadcrumbPathListenerModifier and TypeMethodDescriptionvoidBreadcrumbBarContentModel.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 BreadcrumbPathListenerModifier and TypeFieldDescriptionprivate BreadcrumbPathListener<Object> BasicBreadcrumbBarUI.pathListener