| java.lang.Object javax.swing.LookAndFeel
All known Subclasses: javax.swing.plaf.multi.MultiLookAndFeel, javax.swing.plaf.multi.SyserrLookAndFeel, javax.swing.plaf.basic.BasicLookAndFeel,
LookAndFeel | abstract public class LookAndFeel (Code) | | |
Method Summary | |
public UIDefaults | getDefaults() | abstract public String | getDescription() | public static Object | getDesktopPropertyValue(String propertyName, Object defaultValue) | abstract public String | getID() | abstract public String | getName() | public boolean | getSupportsWindowDecorations() | public void | initialize() | public static void | installBorder(JComponent comp, String borderName) | public static void | installColors(JComponent comp, String background, String foreground) | public static void | installColorsAndFont(JComponent comp, String background, String foreground, String fontName) | public static void | installProperty(JComponent c, String propertyName, Object propertyValue) | abstract public boolean | isNativeLookAndFeel() | abstract public boolean | isSupportedLookAndFeel() | public static void | loadKeyBindings(InputMap resultMap, Object[] array) | public static ComponentInputMap | makeComponentInputMap(JComponent comp, Object[] keys) | public static Object | makeIcon(Class> c, String path) | public static InputMap | makeInputMap(Object[] bindings) | public static JTextComponent.KeyBinding[] | makeKeyBindings(Object[] bindings) | static void | markPropertyInstallable(JComponent c, String propertyName) | static void | markPropertyNotInstallable(JComponent c, String propertyName) | public void | provideErrorFeedback(Component c) | public String | toString() | public void | uninitialize() | public static void | uninstallBorder(JComponent comp) |
getSupportsWindowDecorations | public boolean getSupportsWindowDecorations()(Code) | | |
initialize | public void initialize()(Code) | | |
isNativeLookAndFeel | abstract public boolean isNativeLookAndFeel()(Code) | | |
isSupportedLookAndFeel | abstract public boolean isSupportedLookAndFeel()(Code) | | |
uninitialize | public void uninitialize()(Code) | | |
|
|