SPT Core API

Package com.sptci.echo2.style

Default style classes for use with default components.

See:
          Description

Class Summary
Background A singleton used to ensure a consistent background colour across the application.
BoldLabel The style class for label that need to be displayed using bold fonts.
Color A custom Color class to use in styles.
Column The default style class for column containers.
ControlBar The style class for the ControlBarWindowPane.controls component.
DefaultBoldLabel The default style class for label containers.
DefaultLabel The default style class for label containers.
DefaultTextComponent A default style class for text components.
Extent A custom extent class to use in styles.
Font A custom font class to use in styles.
General A general style class for components.
GreyLabel The style class for labels that need to be displayed using grey coloured font.
Grid The default style to apply to Grid components.
GridList A style class for AbstractListComponent components.
Header A style class for {link com.sptci.echo2.Header}.
HeaderTitle The style class for the HeaderTitle component.
Label The default style class for label components.
List A general style class for AbstractListComponent components.
LoginPane A style class for {link com.sptci.echo2.LoginPane}.
LoginPaneGrid The style class for the grid that is used to display the login controls in LoginPane.
Row Default style class for Row components.
Style A sub-class of MutableStyle that will be the root for all style classes
StyleSheet The base class for the application wide style sheet.
Table The default style class Table components.
TextComponent A general style class for text components.
WindowPane The base style class for WindowPane components.
 

Package com.sptci.echo2.style Description

Default style classes for use with default components.


SPT Core API