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 ofthiselement.- Returns:
- The text presentation of
thiselement.
-
getIndex
int getIndex()Returns the index ofthiselement.- Returns:
- The index of
thiselement.
-