Package com.jgoodies.uif.component

Contains component classes that extend or complement Swing component classes.

See:
          Description

Class Summary
GradientSeparator A component that paints a horizontal or vertical gradient background.
PopupButton Combines an action button and a popup menu.
ToolBarButton A JButton subclass intended for use in tool bars.
ToolBarToggleButton Provides a default configuration suitable for most toolbar toggle buttons.
UIFButton A JButton subclass that adds support for narrow margins and mode-dependent opaqueness.
UIFCheckBoxMenuItem A JCheckBoxMenuItem subclass that adds supports for temporarily invisible icons.
UIFLabel In addition to the superclass JLabel, this class can render the label's text with anti-aliasing (AA) enabled.
UIFMenuItem A JMenuItem subclass that adds supports for temporarily invisible icons.
UIFRadioButtonMenuItem A JRadioButtonMenuItem subclass that adds supports for temporarily invisible icons.
UIFSplitPane A JSplitPane subclass that can try to remove the divider border.
UIFTree A JTree subclass that adds support for a bold font and an improvement for the Mac OS X.
 

Package com.jgoodies.uif.component Description

Contains component classes that extend or complement Swing component classes. They provide features that are used frequently in rich Swing applications.

Classes with a UIF prefix extend Swing classes. For example UIFButton extends JButton and UIFSplitPane extends JSplitPane. These UIF component classes can replace the Swing core classes and just extend the superclass behavior.

The other components in this package complement the Swing components by providing new features. For example the ToolBarButton is a JButton subclass useful in tool bars.

Related Documentation

For more information see:

See Also:
com.jgoodies.uif.builder, com.jgoodies.uif.util


Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.