com.sptci.echo2.style
Class StyleSheet

java.lang.Object
  extended by nextapp.echo2.app.MutableStyleSheet
      extended by com.sptci.echo2.style.StyleSheet
All Implemented Interfaces:
Serializable, StyleSheet
Direct Known Subclasses:
StyleSheet

public class StyleSheet
extends MutableStyleSheet

The base class for the application wide style sheet.

Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: StyleSheet.java 3224 2007-05-07 11:10:27Z rakesh $
Author:
Rakesh Vidyadharan 2007-04-21
See Also:
Serialized Form

Constructor Summary
StyleSheet()
          Default constructor.
 
Method Summary
protected  void addButtonStyles()
          Add the styles for button components to the style sheet.
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 addRowStyles()
          Add the styles for row components to the style sheet.
protected  void addTextStyles()
          Add the styles for text components to the style sheet.
protected  void addWindowPaneStyles()
          Add the styles for WindowPane components to the style sheet
protected  void init()
          Initialise the style sheet with the default styles.
 
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()
Default constructor.

See Also:
init()
Method Detail

init

protected void init()
Initialise the style sheet with the default styles.

See Also:
addButtonStyles(), addColumnStyles(), addGridStyles(), addLabelStyles(), addRowStyles(), addTextStyles(), addWindowPaneStyles()

addButtonStyles

protected void addButtonStyles()
Add the styles for button components to the style sheet.


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.


addRowStyles

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


addTextStyles

protected void addTextStyles()
Add the styles for text components to the style sheet.


addWindowPaneStyles

protected void addWindowPaneStyles()
Add the styles for WindowPane components to the style sheet