Interface JBreadcrumbBar.BreadcrumbBarElement
- Enclosing class:
JBreadcrumbBar<T>
public static interface JBreadcrumbBar.BreadcrumbBarElement
Base interface for elements in breadcrumb bar.
-
Method Summary
-
Method Details
-
getText
String getText()Returns the text presentation ofthis
element.- Returns:
- The text presentation of
this
element.
-
getIndex
int getIndex()Returns the index ofthis
element.- Returns:
- The index of
this
element.
-