Java javax.swing LookAndFeel fields, constructors, methods, implement or subclass

Example usage for Java javax.swing LookAndFeel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing LookAndFeel.

The text is from its open source code.

Constructor

Method

ClassgetClass()
Returns the runtime class of this Object .
StringgetID()
Return a string that identifies this look and feel.
StringgetName()
Return a short string that identifies this look and feel, e.g.
booleangetSupportsWindowDecorations()
Returns true if the LookAndFeel returned RootPaneUI instances support providing Window decorations in a JRootPane.
voidinstallBorder(JComponent c, String defaultBorderName)
Convenience method for setting a component's border property with a value from the defaults.
voidinstallColors(JComponent c, String defaultBgName, String defaultFgName)
Convenience method for setting a component's foreground and background color properties with values from the defaults.
voidinstallColorsAndFont(JComponent c, String defaultBgName, String defaultFgName, String defaultFontName)
Convenience method for setting a component's foreground, background and font properties with values from the defaults.
voidinstallProperty(JComponent c, String propertyName, Object propertyValue)
Convenience method for installing a property with the specified name and value on a component if that property has not already been set by the developer.
booleanisNativeLookAndFeel()
If the underlying platform has a "native" look and feel, and this is an implementation of it, return true .
booleanisSupportedLookAndFeel()
Return true if the underlying platform supports and or permits this look and feel.
ObjectmakeIcon(final Class baseClass, final String gifFile)
Creates and returns a UIDefault.LazyValue that loads an image.