public static enum TabbedPaneProvider.Tab extends Enum<TabbedPaneProvider.Tab>
| Enum Constant and Description |
|---|
ANALYZER |
COMMITS |
DOCUMENTS |
OVERVIEW |
SEARCH |
| Modifier and Type | Method and Description |
|---|---|
static TabbedPaneProvider.Tab |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabbedPaneProvider.Tab[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabbedPaneProvider.Tab OVERVIEW
public static final TabbedPaneProvider.Tab DOCUMENTS
public static final TabbedPaneProvider.Tab SEARCH
public static final TabbedPaneProvider.Tab ANALYZER
public static final TabbedPaneProvider.Tab COMMITS
public static TabbedPaneProvider.Tab[] values()
for (TabbedPaneProvider.Tab c : TabbedPaneProvider.Tab.values()) System.out.println(c);
public static TabbedPaneProvider.Tab valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2000-2024 Apache Software Foundation. All Rights Reserved.