|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectorg.codehaus.griffon.artifacts.model.Toolkit
public enum Toolkit
Enum Constant Summary | |
---|---|
JAVAFX
|
|
PIVOT
|
|
QT
|
|
SWING
|
|
SWT
|
Field Summary | |
---|---|
private static String[] |
LOWERCASE_NAMES
|
private static String[] |
NAMES
|
private String |
name
@author Andres Almiray |
Method Summary | |
---|---|
private def
|
Toolkit(String name)
|
static List
|
asList()
|
static Toolkit
|
findByName(String name)
Finds a toolkit by name. |
String
|
getLowercaseName()
|
static String[]
|
getLowercaseNames()
|
static List
|
getLowercaseNamesAsList()
|
String
|
getName()
|
static String[]
|
getNames()
|
static List
|
getNamesAsList()
|
Toolkit
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
Toolkit[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Enum Constant Detail |
---|
Toolkit JAVAFX
Toolkit PIVOT
Toolkit QT
Toolkit SWING
Toolkit SWT
Field Detail |
---|
private static String[] LOWERCASE_NAMES
private static String[] NAMES
private final String name
Method Detail |
---|
private def Toolkit(String name)
public static List asList()
public static Toolkit findByName(String name)
public String getLowercaseName()
public static String[] getLowercaseNames()
public static List getLowercaseNamesAsList()
public String getName()
public static String[] getNames()
public static List getNamesAsList()
Toolkit valueOf(String name)
Toolkit[] values()
Groovy Documentation