public static enum JAboutDialog.Category extends Enum<JAboutDialog.Category>
Enum Constant and Description |
---|
ALL |
APPLICATION |
ENVIRONMENT |
JARS |
LICENCES |
Modifier and Type | Method and Description |
---|---|
static JAboutDialog.Category |
getByIndex(int index,
boolean hasApplicationInfo) |
String |
toString() |
static JAboutDialog.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JAboutDialog.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JAboutDialog.Category APPLICATION
public static final JAboutDialog.Category ENVIRONMENT
public static final JAboutDialog.Category LICENCES
public static final JAboutDialog.Category JARS
public static final JAboutDialog.Category ALL
public static JAboutDialog.Category[] values()
for (JAboutDialog.Category c : JAboutDialog.Category.values()) System.out.println(c);
public static JAboutDialog.Category 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 nullpublic static JAboutDialog.Category getByIndex(int index, boolean hasApplicationInfo)
public String toString()
toString
in class Enum<JAboutDialog.Category>
Copyright © 1996–2019 Geotools. All rights reserved.