| Package | Description | 
|---|---|
| oracle.javatools.ui.breadcrumbs | 
| Modifier and Type | Method and Description | 
|---|---|
| PopupItem<T> | PopupItem. setIcon(javax.swing.Icon icon) | 
| PopupItem<T> | PopupItem. setName(java.lang.String name) | 
| PopupItem<T> | PopupItem. setUserObject(T userObject) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.util.List<PopupItem> | PopupHandler. getPopupItems(Breadcrumb breadcrumb) | 
| java.util.List<PopupItem<T>> | PopupProvider. getPopupItems(Breadcrumb<T> breadcrumb) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | PopupItem. compareTo(PopupItem o) | 
| void | PopupProvider. itemSelected(PopupItem<T> popupItem)The user has selected a popupItem. |