Java com.jgoodies.looks Options fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.looks Options fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.looks Options.

The text is from its open source code.

Field

StringPLASTIC_NAME
The class name of the JGoodies Plastic L&f.
StringPLASTIC3D_NAME
The class name of the JGoodies Plastic3D L&f.
StringPLASTICXP_NAME
The class name of the JGoodies PlasticXP L&f.
StringJGOODIES_WINDOWS_NAME
The class name of the JGoodies Windows L&f.
StringUSE_SYSTEM_FONTS_KEY
A convenience constant for the standard Swing system property key that configures the use of system fonts.
StringUSE_SYSTEM_FONTS_APP_KEY
A convenience constant for the standard Swing UIDefaults key that configures the use of system fonts.
StringPLASTIC_MICRO_LAYOUT_POLICY_KEY
A UIManager key for setting a custom MicroLayoutPolicy for the Plastic L&fs.
StringPOPUP_DROP_SHADOW_ENABLED_KEY
A UIDefaults key for the popup drop shadow enablement.
StringHEADER_STYLE_KEY
A client property key for JMenuBar and JToolBar style hints.
StringNO_ICONS_KEY
A JMenu client property key for a hint that the menu items in the menu have no icons.
StringNO_CONTENT_BORDER_KEY
A JTabbedPane client property key that indicates that no content border shall be painted.
StringEMBEDDED_TABS_KEY
A JTabbedPane client property key that indicates that tabs are painted with a special embedded appearance.
StringCOMBO_POPUP_PROTOTYPE_DISPLAY_VALUE_KEY
A JComboBox client property key for the combo's popup menu prototype display value.

Method

StringgetCrossPlatformLookAndFeelClassName()
Returns the class name for a cross-platform LookAndFeel .
StringgetSystemLookAndFeelClassName()
Returns the class name for a system specific LookAndFeel .
voidsetDefaultIconSize(Dimension defaultIconSize)
Sets the default icon size.
voidsetHiResGrayFilterEnabled(boolean b)
Enables or disables the new high-resolution gray filter globally.
voidsetPopupDropShadowEnabled(boolean b)
Enables or disables drop shadows in PopupMenus.
voidsetTabIconsEnabled(boolean b)
Enables or disables the use of icons in JTabbedPanes.
voidsetUseNarrowButtons(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.

voidsetUseSystemFonts(boolean useSystemFonts)
Sets a value in the UIManager to indicate, that a look&feel may use the native system fonts.