public enum BreadcrumbElementType extends java.lang.Enum<BreadcrumbElementType>
| Enum Constant and Description |
|---|
end
Last element in the breadcrumb.
|
middle
Middle element in the breadcrumb.
|
none
Undecorated breadcrumb element.
|
start
First element in the breadcrumb.
|
| Modifier and Type | Method and Description |
|---|---|
static BreadcrumbElementType |
getType(javax.swing.JComponent element,
WebBreadcrumb breadcrumb)
Returns breadcrumb element type.
|
static BreadcrumbElementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BreadcrumbElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BreadcrumbElementType start
public static final BreadcrumbElementType middle
public static final BreadcrumbElementType end
public static final BreadcrumbElementType none
public static BreadcrumbElementType[] values()
for (BreadcrumbElementType c : BreadcrumbElementType.values()) System.out.println(c);
public static BreadcrumbElementType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static BreadcrumbElementType getType(javax.swing.JComponent element, WebBreadcrumb breadcrumb)
element - breadcrumb elementbreadcrumb - breadcrumb