Package org.pf.swing

Swing Utility Classes
Some utility and convenience classes and methods to simplify repeatedly needed features of swing.

See:
          Description

Class Summary
ComponentPoint Represents a point relative to a component.
DynamicPanel This panel can contain one or more DynamicPanelSlots, which can be used to dynamically replace subcomponents with minimum effort.
DynamicPanelSlot This is a panel that containes one other panel which can be replaced at any time.
FocusEnforcer This subclass of Thread can be used to set the focus of a window to a specific component.
RadioButton A radio button with some additional convenience nethods
RadioButtonGroup A radio button group with some additional convenience methods
RadioButtonGroupBox This is a container component for radio buttons that simplifies usage of a group of radio buttons and the selection change handling.
SwingUtil Provides support and convenience and helper methods for Swing based UI.
TakeAllLayoutManager This layout manager expects only one component in the parent container.
 

Package org.pf.swing Description

Swing Utility Classes


Some utility and convenience classes and methods to simplify repeatedly needed features of swing.