com.jgoodies.looks.windows |
Contains the classes for the JGoodies Windows L&F.
Related Documentation
For more information see:
@see com.jgoodies.looks
@see com.jgoodies.looks.common
@see com.jgoodies.looks.plastic
@see com.jgoodies.looks.plastic.theme
|
Java Source File Name | Type | Comment |
WindowsArrowButton.java | Class | The JGoodies Windows Look&Feel implementation for
arrow buttons used in scrollbars and comboboxes.
It differs from BasicArrowButton in that the preferred size
is always a square. |
WindowsBorders.java | Class | Consists of static inner classes that define different
Borders used in the JGoodies Windows look&feel. |
WindowsButtonUI.java | Class | The JGoodies Windows look&feel implementation of ButtonUI .
Unlike its superclass it returns even and odd preferred heights. |
WindowsComboBoxEditor.java | Class | The default editor for editable combo boxes in the
JGoodies Windows Look&Feel.
It differs from its superclass in that the border is quite the same as for
text fields: a compound border with an inner MarginBorder . |
WindowsComboBoxUI.java | Class | The JGoodies Windows Look&Feel implementation of
javax.swing.plaf.ComboBoxUI .
Corrects the editor insets for editable combo boxes
as well as the render insets for non-editable combos. |
WindowsFieldCaret.java | Class | WindowsFieldCaret has different scrolling behavior than the DefaultCaret. |
WindowsFormattedTextFieldUI.java | Class | The JGoodies Windows L&F implementation of FormattedTextFieldUI . |
WindowsIconFactory.java | Class | Factory class that vends Icon s used in the JGoodies Windows look&feel. |
WindowsLookAndFeel.java | Class | The main class of the JGoodies Windows Look&Feel. |
WindowsMenuBarUI.java | Class | The JGoodies Windows look and feel implemenation of MenuBarUI .
Can handle optional Border types as specified by the
BorderStyle or HeaderStyle client properties. |
WindowsMenuItemRenderer.java | Class | Renders and lays out Windows menu items. |
WindowsMenuItemUI.java | Class | The JGoodies Windows look&feel implementation of MenuItemUI .
It differs from the superclass in that it uses a Windows specific
menu item renderer that checks if mnemonics shall be shown or hidden
and may paint disabled text with a shadow. |
WindowsOptionPaneUI.java | Class | The JGoodies Windows Look&Feel implementation of
OptionPaneUI . |
WindowsPasswordFieldUI.java | Class | The JGoodies Windows Look&Feel implementation of a password field UI
delegate. |
WindowsPopupMenuUI.java | Class | The JGoodies Windows look&feel implementation of PopMenuUI .
It differs from the superclass in that it provides an option to get a
narrow border. |
WindowsScrollBarUI.java | Class | The JGoodies Windows L&F implementation of* ScrollBarUI .
It differs from Sun's Windows Look in that it paints black button triangles
and that it honors the ScrollBar.width property to determine
the preferred size. |
WindowsScrollPaneUI.java | Class | The JGoodies Windows L&F implementation of ScrollPaneUI . |
WindowsSeparatorUI.java | Class | The JGoodies Windows L&F implementation of SeparatorUI . |
WindowsSpinnerUI.java | Class | The JGoodies Windows L&F implementation of SpinnerUI . |
WindowsSplitPaneDivider.java | Class | Paints nicely rendered one touch triangles. |
WindowsSplitPaneUI.java | Class | The JGoodies Windows L&F implementation of SplitPaneUI . |
WindowsTabbedPaneUI.java | Class | The JGoodies Windows L&F implementation of TabbedPaneUI .
The flat appearance is work in progress; currently it works only
for a single line of tabs and paints distored tabs for multiple lines. |
WindowsTextAreaUI.java | Class | The JGoodies Windows L&F implementation of TextAreaUI . |
WindowsTextFieldUI.java | Class | The JGoodies Windows L&F implementation of TextFieldUI . |
WindowsToolBarSeparatorUI.java | Class | A Windows tool bar separator that honors the tool bar's border. |
WindowsToolBarUI.java | Class | Corrects superclass behavior for rollover borders
and adds behavior for handling different types of borders. |
WindowsTreeUI.java | Class | The JGoodies Windows Look&Feel implementation of TreeUI .
Corrects the position of the tree button icon and provides two line styles:
angled dashed lines, or no lines at all. |
WindowsUtils.java | Class | Drawing utils. |
WindowsXPMenuUI.java | Class | The JGoodies Windows XP look&feel implementation of MenuUI .
It differs from the superclass in that it uses an overhauled menu
rendering an aligmnent system. |
WindowsXPTableHeaderUI.java | Class | The JGoodies Windows L&F implementation of TableHeaderUI .
A Windows table header that honors the XP header style even if the user
uses custom non-opaque renderers. |
WindowsXPToolBarUI.java | Class | Adds behavior for handling different types of borders. |