|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgroovy.swing.LookAndFeelHelper
class LookAndFeelHelper extends Object
Property Summary | |
---|---|
protected static LookAndFeelHelper |
instance
|
Constructor Summary | |
private LookAndFeelHelper()
|
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
Constructor Detail |
---|
private LookAndFeelHelper()
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-2009 The Codehaus. All rights reserved.