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