SPT Core API

com.sptci.echo.style.extras
Class ExtrasStyleSheet

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
All Implemented Interfaces:
Serializable, StyleSheet
Direct Known Subclasses:
ButtonStyleSheet

public class ExtrasStyleSheet
extends StyleSheet

A style sheet that adds default styles for Echo Extras components.

© Copyright 2009 Sans Pareil Technologies, Inc.

Version:
$Id: ExtrasStyleSheet.java 4853 2009-08-10 21:10:14Z rakesh $
Author:
Rakesh 2009-06-02
See Also:
Serialized Form

Constructor Summary
ExtrasStyleSheet()
           
 
Method Summary
protected  void addMenuStyles()
          Set default styles for AbstractMenuComponent components.
protected  void addTreeStyles()
          Add default styles for Tree components.
protected  void init()
          Add styles for the extras components.
 
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 echopoint.style.echo.EchoStyleSheet
addButtonStyles, addListStyles, addTextComponentStyles, addWindowPaneStyles
 
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

ExtrasStyleSheet

public ExtrasStyleSheet()
Method Detail

init

protected void init()
Add styles for the extras components.

Overrides:
init in class StyleSheet
See Also:
addTreeStyles()

addMenuStyles

protected void addMenuStyles()
Set default styles for AbstractMenuComponent components.


addTreeStyles

protected void addTreeStyles()
Add default styles for Tree components.


SPT Core API