Package com.togethersoft.openapi.util.ui

This package contains several useful UI components that are used in Together and help to create advanced controls.

See
          Description

Class Diagram Summary
ui 
 

Class Summary
DescriptionPanel Panel which contain following controls : icon and help area.
DialogHelper Presents uniform key bindings for dialog box, so ESCAPE key sloses dialog box and ENTER acts as default button.
ExtendedControl Control which has a rectangular button on the right and a component on the left taking up the rest of the space.
GridBagLayoutHelper Presents two static methods : Add which add component to container with some constraints, and GetDefaultConstraints which return predefined constraints.
IconSequence Implements a sequence of Icons being painted in a horizontal line.
KeyStrokeFormat This class is suited to format and parse Strings which represent KeyStrokes - a key being typed on the keyboard.
LayeredIcon Presents group of not aligned buttons.
PopupTriggerHandler Presents mouse listener which invoke popup menu for the certain mouse events.
RadioButtonGroup Represents group of radio buttons.
StackLayout ************************************************************************** StackLayout is a LayoutManager that arranges components in a vertical (or horizontal) strip aligning them at right, left or centered, and/or filling them to take up any extra vertical or horizontal space.
TextAreaDialog Presents dialof box with a textarea field on the top and two buttons on the bottom: OK and CANCEL.
ToggleButtonPanel Represents panel which can contain following controls : simlpe button, radio button, check box and any other controls.
 

Package com.togethersoft.openapi.util.ui Description

This package contains several useful UI components that are used in Together and help to create advanced controls.