groovy / 4.0.0 / groovy / swing / lookandfeelhelper.html /

[Groovy] Class LookAndFeelHelper

  • groovy.swing.LookAndFeelHelper
class LookAndFeelHelper
extends Object

Field Summary

Fields
Modifiers Name Description
protected static LookAndFeelHelper instance

Methods Summary

Methods
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

Inherited Methods
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-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/groovy/swing/LookAndFeelHelper.html