Contains classes shared by all JGoodies Looks implementations.
See: Description
Class Summary | |
---|---|
ComboBoxEditorTextField | A text field designed to be used as combo box editor. |
ExtBasicCheckBoxMenuItemUI | Renders aligned JCheckBoxMenuItems. |
ExtBasicMenuItemUI |
An implementation of MenuItemUI used by the
JGoodies Windows and Plastic looks.
|
ExtBasicMenuUI |
An implementation of MenuUI used by the JGoodies Windows
and Plastic looks. |
ExtBasicPopupMenuSeparatorUI | Renders the separator in popup and pull-down menus. |
ExtBasicRadioButtonMenuItemUI |
Renders aligned JRadioButtonMenuItem s.
|
ExtBasicSpinnerLayout | A simple layout manager for the editor and the next/previous buttons. |
ExtButtonAreaLayout | Unlike its superclass, this layout uses a minimum button width that complies with Mac and Windows UI style guides. |
ExtPasswordView | Differs from its superclass in that it uses the UIManager's echo char, not a star ("*"). |
MenuItemRenderer | Renders and lays out menu items. |
MinimumSizedCheckIcon |
An implementation of the Icon interface that has a minimum size
and active border. |
MinimumSizedIcon |
An Icon with a minimum size that is read from the
UIManager defaultIconSize key.
|
PopupMenuLayout | The JGoodies implementation of a layout manager for Popup menus. |
RenderingUtils |
Provides convenience behavior used by the JGoodies Looks. Note: This class is not part of the public Looks API. |
RGBGrayFilter | An image filter that turns an icon into a grayscale icon. |
ShadowPopup | Does all the magic for getting popups with drop shadows. |
ShadowPopupFactory |
The JGoodies Looks implementation of PopupFactory .
|
See Also: com.jgoodies.looks com.jgoodies.looks.plastic com.jgoodies.looks.plastic.theme com.jgoodies.looks.windows