[Groovy] Class LookAndFeelHelper
- groovy.swing.LookAndFeelHelper
Field Summary
Modifiers | Name | Description |
---|---|---|
protected static LookAndFeelHelper | instance |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
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) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
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)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/swing/LookAndFeelHelper.html