SPT Core API

com.sptci.epng.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
All Implemented Interfaces:
Serializable, StyleSheet

public class StyleSheet
extends StyleSheet

The base class for the application wide style sheet that also includes styles for EPNG components.

Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: StyleSheet.java 4553 2008-12-24 10:34:16Z rakesh $
Author:
Rakesh Vidyadharan 2007-09-15
See Also:
Serialized Form

Constructor Summary
StyleSheet()
           
 
Method Summary
protected  void addButtonStyles()
          Over-ridden to add styles for ButtonEx components.
protected  void addColumnStyles()
          Over-ridden to add additional styles for column components
protected  void addDirectHtmlStyles()
          Add styles for DirectHtml components.
protected  void addMenuStyles()
          Add the styles for menu components to the style sheet.
protected  void addPopUpStyles()
          Add the default styles for PopUp components.
protected  void addSplitPaneStyles()
          Add the styles for SplitPane components.
protected  void addTableStyles()
          Over-ridden to add styles for EPNG table extension components.
protected  void addTreeStyles()
          Add the styles for tree components to the style sheet.
protected  void init()
          Over-ridden to add styles for EPNG components.
 
Methods inherited from class com.sptci.echo2.style.StyleSheet
addGridStyles, addLabelStyles, addListStyles, addRowStyles, addTextStyles, 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 styles for EPNG components.

Overrides:
init in class StyleSheet
See Also:
StyleSheet.addButtonStyles(), StyleSheet.addColumnStyles(), StyleSheet.addGridStyles(), StyleSheet.addLabelStyles(), StyleSheet.addListStyles(), StyleSheet.addRowStyles(), StyleSheet.addTableStyles(), StyleSheet.addTextStyles(), StyleSheet.addWindowPaneStyles()

addButtonStyles

protected void addButtonStyles()
Over-ridden to add styles for ButtonEx components.

Overrides:
addButtonStyles in class StyleSheet

addColumnStyles

protected void addColumnStyles()
Over-ridden to add additional styles for column components

Overrides:
addColumnStyles in class StyleSheet

addDirectHtmlStyles

protected void addDirectHtmlStyles()
Add styles for DirectHtml components.


addMenuStyles

protected void addMenuStyles()
Add the styles for menu components to the style sheet.


addPopUpStyles

protected void addPopUpStyles()
Add the default styles for PopUp components.


addSplitPaneStyles

protected void addSplitPaneStyles()
Add the styles for SplitPane components.

Overrides:
addSplitPaneStyles in class StyleSheet

addTableStyles

protected void addTableStyles()
Over-ridden to add styles for EPNG table extension components.

Overrides:
addTableStyles in class StyleSheet

addTreeStyles

protected void addTreeStyles()
Add the styles for tree components to the style sheet.


SPT Core API