Example usage for Java javax.swing LookAndFeel fields, constructors, methods, implement or subclass
The text is from its open source code.
Class> | getClass() Returns the runtime class of this Object . |
String | getID() Return a string that identifies this look and feel. |
String | getName() Return a short string that identifies this look and feel, e.g. |
boolean | getSupportsWindowDecorations() Returns true if the LookAndFeel returned RootPaneUI instances support providing Window decorations in a JRootPane . |
void | installBorder(JComponent c, String defaultBorderName) Convenience method for setting a component's border property with a value from the defaults. |
void | installColors(JComponent c, String defaultBgName, String defaultFgName) Convenience method for setting a component's foreground and background color properties with values from the defaults. |
void | installColorsAndFont(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. |
void | installProperty(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. |
boolean | isNativeLookAndFeel() If the underlying platform has a "native" look and feel, and this is an implementation of it, return true . |
boolean | isSupportedLookAndFeel() Return true if the underlying platform supports and or permits this look and feel. |
Object | makeIcon(final Class> baseClass, final String gifFile) Creates and returns a UIDefault.LazyValue that loads an image. |