Griffon 1.2.0

org.codehaus.griffon.artifacts.model
[Java] Enum Toolkit

java.lang.Object
  org.codehaus.griffon.artifacts.model.Toolkit

public enum Toolkit

Authors:
Andres Almiray
Since:
0.9.5


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

JAVAFX

Toolkit JAVAFX


PIVOT

Toolkit PIVOT


QT

Toolkit QT


SWING

Toolkit SWING


SWT

Toolkit SWT


 
Field Detail

LOWERCASE_NAMES

private static String[] LOWERCASE_NAMES


NAMES

private static String[] NAMES


name

private final String name
Authors:
Andres Almiray
Since:
0.9.5


 
Method Detail

Toolkit

private def Toolkit(String name)


asList

public static List asList()


findByName

public static Toolkit findByName(String name)
Finds a toolkit by name.
throws:
IllegalArgumentException if name is null, blank or there is no match


getLowercaseName

public String getLowercaseName()


getLowercaseNames

public static String[] getLowercaseNames()


getLowercaseNamesAsList

public static List getLowercaseNamesAsList()


getName

public String getName()


getNames

public static String[] getNames()


getNamesAsList

public static List getNamesAsList()


valueOf

Toolkit valueOf(String name)
Returns the enum constant of this type with the specified name.


values

Toolkit[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation