public enum AnalyzerTab extends java.lang.Enum<AnalyzerTab> implements IDatabaseTab
| Enum Constant and Description |
|---|
ANALYZE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTooltip(IIndividual individual)
Can be used to give the tab a custom tooltip.
|
static AnalyzerTab |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnalyzerTab[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcreateElements, getIconStack, getModepublic static final AnalyzerTab ANALYZE
public static AnalyzerTab[] values()
for (AnalyzerTab c : AnalyzerTab.values()) System.out.println(c);
public static AnalyzerTab 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 java.lang.String getTooltip(IIndividual individual)
IDatabaseTabgetTooltip in interface IDatabaseTab