SPT Core API

com.sptci.echo.style
Class StyleSheet

java.lang.Object
  extended by nextapp.echo.app.MutableStyleSheet
      extended by echopoint.style.echo.EchoStyleSheet
          extended by echopoint.style.echo.extras.ExtrasStyleSheet
              extended by echopoint.style.google.chart.ChartStyleSheet
                  extended by echopoint.style.StyleSheet
                      extended by com.sptci.echo.style.extras.ExtrasStyleSheet
                          extended by com.sptci.echo.style.button.ButtonStyleSheet
                              extended by com.sptci.echo.style.StyleSheet
All Implemented Interfaces:
Serializable, StyleSheet

public class StyleSheet
extends ButtonStyleSheet

The base class for the application wide style sheet.

Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: StyleSheet.java 4865 2009-08-18 20:12:40Z rakesh $
Author:
Rakesh Vidyadharan 2007-04-21
See Also:
Serialized Form

Constructor Summary
StyleSheet()
           
 
Method Summary
protected  void addColumnStyles()
          Add the styles for Column components to the style sheet.
protected  void addGridStyles()
          Add the styles for Grid components to the style sheet.
protected  void addLabelStyles()
          Add the styles for Label components to the style sheet.
protected  void addListStyles()
          Add the styles for AbstractListComponent components to the style sheet.
protected  void addRowStyles()
          Add the styles for row components to the style sheet.
protected  void addSplitPaneStyles()
          Add default styles for split pane components.
protected  void addTableStyles()
          Add the styles for table components to the style sheet.
protected  void addTextComponentStyles()
          
protected  void addWindowPaneStyles()
          
protected  void init()
          Initialise the style sheet with the default styles.
 
Methods inherited from class com.sptci.echo.style.button.ButtonStyleSheet
addButtonStyles
 
Methods inherited from class com.sptci.echo.style.extras.ExtrasStyleSheet
addMenuStyles, addTreeStyles
 
Methods inherited from class echopoint.style.StyleSheet
addAnchorStyles, addInfoWindowStyles, addProgressBarStyles, addTagCloudStyles
 
Methods inherited from class echopoint.style.google.chart.ChartStyleSheet
addBarChartStyles, addLineChartStyles, addMapStyles, addRadarChartStyles, addScatterPlotStyles, addSparklineStyles
 
Methods inherited from class echopoint.style.echo.extras.ExtrasStyleSheet
addAccordionPaneStyles, addCalendarSelectStyles, addMenuBarPaneStyles
 
Methods inherited from class nextapp.echo.app.MutableStyleSheet
addStyle, addStyleSheet, getComponentTypes, getStyle, getStyleNames
 
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()
Initialise the style sheet with the default styles.

Overrides:
init in class ExtrasStyleSheet
See Also:
addColumnStyles(), addGridStyles(), addLabelStyles(), addListStyles(), addRowStyles(), addTableStyles()

addColumnStyles

protected void addColumnStyles()
Add the styles for Column components to the style sheet.


addGridStyles

protected void addGridStyles()
Add the styles for Grid components to the style sheet.


addLabelStyles

protected void addLabelStyles()
Add the styles for Label components to the style sheet.


addListStyles

protected void addListStyles()
Add the styles for AbstractListComponent components to the style sheet.

Overrides:
addListStyles in class EchoStyleSheet

addRowStyles

protected void addRowStyles()
Add the styles for row components to the style sheet.


addSplitPaneStyles

protected void addSplitPaneStyles()
Add default styles for split pane components.


addTableStyles

protected void addTableStyles()
Add the styles for table components to the style sheet.


addTextComponentStyles

protected void addTextComponentStyles()

Overrides:
addTextComponentStyles in class EchoStyleSheet

addWindowPaneStyles

protected void addWindowPaneStyles()

Overrides:
addWindowPaneStyles in class EchoStyleSheet

SPT Core API