SPT RWT Application API

com.sptci.rwt.webui.style
Class StyleSheet

java.lang.Object
  extended by nextapp.echo2.app.MutableStyleSheet
      extended by com.sptci.echo2.style.StyleSheet
          extended by com.sptci.epng.style.StyleSheet
              extended by com.sptci.rwt.webui.style.StyleSheet
All Implemented Interfaces:
Serializable, StyleSheet

public class StyleSheet
extends com.sptci.epng.style.StyleSheet

The StyleSheet for the application.

© Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: StyleSheet.java 4123 2008-05-25 21:49:01Z rakesh $
Author:
Rakesh Vidyadharan 2007-09-30
See Also:
Serialized Form

Constructor Summary
StyleSheet()
           
 
Method Summary
protected  void addButtonStyles()
          Over-ridden to add additional styles for buttons.
protected  void addLabelStyles()
          Over-ridden to add application specific styles.
protected  void addSplitPaneStyles()
          Add styles for the split panes used to layout the application content pane.
protected  void addTextStyles()
          Add styles for text components specific for the application.
protected  void init()
          Over-ridden to add additional methods.
 
Methods inherited from class com.sptci.epng.style.StyleSheet
addColumnStyles, addDirectHtmlStyles, addMenuStyles, addPopUpStyles, addTableStyles, addTreeStyles
 
Methods inherited from class com.sptci.echo2.style.StyleSheet
addGridStyles, addListStyles, addRowStyles, addWindowPaneStyles
 
Methods inherited from class nextapp.echo2.app.MutableStyleSheet
addStyle, addStyleSheet, getStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleSheet

public StyleSheet()
Method Detail

init

protected void init()
Over-ridden to add additional methods.

Overrides:
init in class com.sptci.epng.style.StyleSheet

addButtonStyles

protected void addButtonStyles()
Over-ridden to add additional styles for buttons.

Overrides:
addButtonStyles in class com.sptci.epng.style.StyleSheet

addLabelStyles

protected void addLabelStyles()
Over-ridden to add application specific styles.

Overrides:
addLabelStyles in class com.sptci.echo2.style.StyleSheet

addSplitPaneStyles

protected void addSplitPaneStyles()
Add styles for the split panes used to layout the application content pane.

Overrides:
addSplitPaneStyles in class com.sptci.epng.style.StyleSheet

addTextStyles

protected void addTextStyles()
Add styles for text components specific for the application.

Overrides:
addTextStyles in class com.sptci.echo2.style.StyleSheet

SPT RWT Application API