Method Summary |
|
public static String | getCrossPlatformLookAndFeelClassName() Returns the class name for a cross-platform LookAndFeel . |
public static Dimension | getDefaultIconSize() Returns the default icon size that is used in menus, menu items and
toolbars. |
public static String | getReplacementClassNameFor(String className) Returns the class name that can be used to replace the specified
LookAndFeel class name. |
public static String | getSystemLookAndFeelClassName() Returns the class name for a system specific LookAndFeel . |
public static boolean | getUseNarrowButtons() Checks and answers if we shall use narrow button margins of 4 pixels.
As of the Looks version 1.4 the default value is true
(narrow) for the JGoodies Windows L&F and the JGoodies Plastic
L&F family. |
public static boolean | getUseSystemFonts() Returns whether native system fonts shall be used, true
by default unless disabled in the system properties or UIManager. |
public static boolean | isHiResGrayFilterEnabled() Checks and answers whether the new high-resolution gray filter
is enabled or disabled. |
public static boolean | isPopupDropShadowActive() Checks and answers whether popup drop shadows are active. |
public static boolean | isPopupDropShadowEnabled() Checks and answers whether the optional drop shadows for
PopupMenus are enabled or disabled. |
public static boolean | isTabIconsEnabled() Checks and answers if we shall use icons in JTabbedPanes.
By default, tab icons are enabled. |
public static void | putLookAndFeelReplacement(String original, String replacement) Puts a replacement name for a given LookAndFeel
class name in the list of all look and feel replacements. |
public static void | removeLookAndFeelReplacement(String original) Removes a replacement name for a given LookAndFeel
class name from the list of all look and feel replacements. |
public static void | setDefaultIconSize(Dimension defaultIconSize) Sets the default icon size. |
public static void | setHiResGrayFilterEnabled(boolean b) Enables or disables the new high-resolution gray filter globally. |
public static void | setPopupDropShadowEnabled(boolean b) Enables or disables drop shadows in PopupMenus. |
public static void | setTabIconsEnabled(boolean b) Enables or disables the use of icons in JTabbedPanes. |
public static void | setUseNarrowButtons(boolean b) Globally sets the use narrow or standard button margins.
In previous versions of the JGoodies Looks this setting was supported
also for individual buttons - primarily to offer visual backward
compatibility with Sun L&Fs. |
public static void | setUseSystemFonts(boolean useSystemFonts) Sets a value in the UIManager to indicate,
that a look&feel may use the native system fonts. |