| java.lang.Object javax.swing.UIManager
UIManager | public class UIManager implements Serializable(Code) | |
UIManager
Implementation Notes:
- The
serialVersionUID fields are explicitly declared as
a performance optimization, not as a guarantee of serialization
compatibility.
|
Inner Class :public static class LookAndFeelInfo | |
Method Summary | |
public static void | addAuxiliaryLookAndFeel(LookAndFeel lf) Adds the auxiliary look and feel if the look and feel hasn't been added
before. | public static void | addPropertyChangeListener(PropertyChangeListener l) | public static Object | get(Object obj, Locale locale) | public static Object | get(Object obj) | public static LookAndFeel[] | getAuxiliaryLookAndFeels() | public static boolean | getBoolean(Object obj) | public static boolean | getBoolean(Object obj, Locale locale) | public static Border | getBorder(Object obj, Locale locale) | public static Border | getBorder(Object obj) | public static Color | getColor(Object obj, Locale locale) | public static Color | getColor(Object obj) | public static String | getCrossPlatformLookAndFeelClassName() | public static UIDefaults | getDefaults() | public static Dimension | getDimension(Object obj) | public static Dimension | getDimension(Object obj, Locale locale) | public static Font | getFont(Object obj, Locale locale) | public static Font | getFont(Object obj) | public static Icon | getIcon(Object obj, Locale locale) | public static Icon | getIcon(Object obj) | public static Insets | getInsets(Object obj) | public static Insets | getInsets(Object obj, Locale locale) | public static LookAndFeelInfo[] | getInstalledLookAndFeels() | public static int | getInt(Object obj, Locale locale) | public static int | getInt(Object obj) | public static LookAndFeel | getLookAndFeel() | public static UIDefaults | getLookAndFeelDefaults() | public static PropertyChangeListener[] | getPropertyChangeListeners() | public static String | getString(Object obj) | public static String | getString(Object obj, Locale locale) | public static String | getSystemLookAndFeelClassName() | public static ComponentUI | getUI(JComponent comp) | public static void | installLookAndFeel(String name, String className) | public static void | installLookAndFeel(LookAndFeelInfo lfInfo) | public static Object | put(Object key, Object obj) | public static boolean | removeAuxiliaryLookAndFeel(LookAndFeel lf) | public static void | removePropertyChangeListener(PropertyChangeListener l) | public static void | setInstalledLookAndFeels(LookAndFeelInfo[] lfs) | public static void | setLookAndFeel(String str) | public static void | setLookAndFeel(LookAndFeel laf) |
addAuxiliaryLookAndFeel | public static void addAuxiliaryLookAndFeel(LookAndFeel lf)(Code) | | Adds the auxiliary look and feel if the look and feel hasn't been added
before.
|
getBoolean | public static boolean getBoolean(Object obj)(Code) | | |
getCrossPlatformLookAndFeelClassName | public static String getCrossPlatformLookAndFeelClassName()(Code) | | |
getInstalledLookAndFeels | public static LookAndFeelInfo[] getInstalledLookAndFeels()(Code) | | |
getSystemLookAndFeelClassName | public static String getSystemLookAndFeelClassName()(Code) | | |
installLookAndFeel | public static void installLookAndFeel(String name, String className)(Code) | | |
installLookAndFeel | public static void installLookAndFeel(LookAndFeelInfo lfInfo)(Code) | | |
removeAuxiliaryLookAndFeel | public static boolean removeAuxiliaryLookAndFeel(LookAndFeel lf)(Code) | | |
setInstalledLookAndFeels | public static void setInstalledLookAndFeels(LookAndFeelInfo[] lfs)(Code) | | |
|
|