Uses of Interface
org.pushingpixels.radiance.component.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeAdapter
Packages that use BreadcrumbTreeAdapterSelector.TreeAdapter
-
Uses of BreadcrumbTreeAdapterSelector.TreeAdapter in org.pushingpixels.radiance.component.api.bcb.core
Constructors in org.pushingpixels.radiance.component.api.bcb.core with parameters of type BreadcrumbTreeAdapterSelector.TreeAdapterModifierConstructorDescriptionBreadcrumbTreeAdapterSelector(JTree tree, BreadcrumbTreeAdapterSelector.TreeAdapter<T> treeAdapter) Creates an adapter for the specified tree.BreadcrumbTreeAdapterSelector(TreeModel treeModel, BreadcrumbTreeAdapterSelector.TreeAdapter<T> treeAdapter, boolean isRootVisible, BreadcrumbBarPresentationModel presentationModel) Creates an adapter for the specified tree model.