| Package | Description | 
|---|---|
| oracle.javatools.ui.breadcrumbs | |
| oracle.javatools.ui.builders | 
| Modifier and Type | Field and Description | 
|---|---|
protected Breadcrumb<T> | 
PopupItem.breadcrumb  | 
| Modifier and Type | Method and Description | 
|---|---|
Breadcrumb<T> | 
PopupItem.getBreadcrumb()  | 
Breadcrumb | 
BreadcrumbsButton.getBreadcrumb()  | 
Breadcrumb | 
BreadcrumbsModel.getBreadcrumb(int crumb)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BreadcrumbsListener.breadcrumbClicked(Breadcrumb<T> crumb)
Indicates the user has clicked on a breadcrumb. 
 | 
void | 
BreadcrumbsListener.breadcrumbContextClicked(Breadcrumb<T> crumb,
                        java.awt.Point p)
Indicates the user has context clicked on a breadcrumb (e.g. 
 | 
protected java.util.List<PopupItem> | 
PopupHandler.getPopupItems(Breadcrumb breadcrumb)  | 
java.util.List<PopupItem<T>> | 
PopupProvider.getPopupItems(Breadcrumb<T> breadcrumb)  | 
boolean | 
BreadcrumbsModel.hasChildren(Breadcrumb breadcrumb)
The breadcrumb visualization has the ability to display a popup list of 
 possible child breadcrumbs or significant locations for
 a breadcrumb. 
 | 
void | 
BreadcrumbsListener.separatorClicked(Breadcrumb<T> crumb,
                java.awt.Rectangle separatorBounds)
Indicates a click on a breadcrumb separator. 
 | 
protected void | 
PopupHandler.separatorClicked(Breadcrumb crumb,
                java.awt.Rectangle separatorBounds)  | 
void | 
PopupItem.setBreadcrumb(Breadcrumb<T> breadcrumb)  | 
void | 
BreadcrumbsListener.showBreadcrumbPeek(Breadcrumb<T> crumb,
                  java.awt.Rectangle peekLocation)
Indicates the breadcrumb should show a peek of the breadcrumb origin of
 the crumb is at the given point. 
 | 
| Constructor and Description | 
|---|
BreadcrumbsButton(Breadcrumb breadcrumb,
                 StyledTextModel styledModel,
                 int index)  | 
BreadcrumbsButton(Breadcrumb breadcrumb,
                 StyledTextModel styledModel,
                 int index,
                 boolean hasPeers)  | 
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
BreadcrumbsTableBuilder.TableBreadcrumb<T>
An extension of  
Breadcrumb to represent
 nodes (table rows) in the breadcrumb bar. |