Methoden |
public static UIManager.LookAndFeelInfo[] | getInstalledLookAndFeels() |
public static void | setInstalledLookAndFeels(UIManager.LookAndFeelInfo[] infos) |
public static void | installLookAndFeel(UIManager.LookAndFeelInfo info) |
public static void | installLookAndFeel(String name, String className) |
public static LookAndFeel | getLookAndFeel() |
public static void | setLookAndFeel(LookAndFeel newLookAndFeel) |
public static void | setLookAndFeel(String className) |
public static String | getSystemLookAndFeelClassName() |
public static String | getCrossPlatformLookAndFeelClassName() |
public static UIDefaults | getDefaults() |
public static Font | getFont(Object key) |
public static Font | getFont(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
public static Color | getColor(Object key) |
public static Color | getColor(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
public static Icon | getIcon(Object key) |
public static Icon | getIcon(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
public static Border | getBorder(Object key) |
public static Border | getBorder(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
public static String | getString(Object key) |
public static String | getString(Object key, Locale l) |
public static int | getInt(Object key) |
public static int | getInt(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
public static boolean | getBoolean(Object key) ![[1.4]](../../images/marg14.gif) |
public static boolean | getBoolean(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
public static Insets | getInsets(Object key) |
public static Insets | getInsets(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
public static Dimension | getDimension(Object key) |
public static Dimension | getDimension(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
public static Object | get(Object key) |
public static Object | get(Object key, Locale l) |
public static Object | put(Object key, Object value) |
public static ComponentUI | getUI(JComponent target) |
public static UIDefaults | getLookAndFeelDefaults() |
public static void | addAuxiliaryLookAndFeel(LookAndFeel laf) |
public static boolean | removeAuxiliaryLookAndFeel(LookAndFeel laf) |
public static LookAndFeel[] | getAuxiliaryLookAndFeels() |
public static void | addPropertyChangeListener(PropertyChangeListener listener) |
public static void | removePropertyChangeListener(PropertyChangeListener listener) |
public static PropertyChangeListener[] | getPropertyChangeListeners() ![[1.4]](../../images/marg14.gif) |