public class StyleSheet extends MutableStyleSheet
Copyright 2007 Sans Pareil Technologies, Inc.
| Constructor and Description |
|---|
StyleSheet()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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.
|
addStyle, addStyleSheet, getStylepublic StyleSheet()
init()protected void init()
protected void addButtonStyles()
Button components to the
style sheet.protected void addColumnStyles()
Column components to the
style sheet.protected void addGridStyles()
Grid components to the
style sheet.protected void addLabelStyles()
Label components to the
style sheet.protected void addListStyles()
AbstractListComponent
components to the style sheet.protected void addRowStyles()
protected void addSplitPaneStyles()
protected void addTableStyles()
protected void addTextStyles()
protected void addWindowPaneStyles()