|
Groovy 1.7.2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgroovy.swing.LookAndFeelHelper
public class LookAndFeelHelper extends Object
Property Summary | |
---|---|
protected static LookAndFeelHelper |
instance
|
Method Summary | |
---|---|
String
|
addLookAndFeelAlias(String alias, String className)
|
String
|
addLookAndFeelAttributeHandler(String className, String attr, Closure handler)
|
static LookAndFeelHelper
|
getInstance()
|
static String
|
getNimbusLAFName()
|
boolean
|
isLeaf()
|
LookAndFeel
|
lookAndFeel(Object value, Map attributes, Closure initClosure)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
protected static LookAndFeelHelper instance
Method Detail |
---|
public String addLookAndFeelAlias(String alias, String className)
public String addLookAndFeelAttributeHandler(String className, String attr, Closure handler)
public static LookAndFeelHelper getInstance()
public static String getNimbusLAFName()
public boolean isLeaf()
public LookAndFeel lookAndFeel(Object value, Map attributes, Closure initClosure)
Copyright © 2003-2010 The Codehaus. All rights reserved.