|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo2.app.MutableStyle
com.sptci.echo2.style.Style
public abstract class Style
A sub-class of MutableStyle that will be the root for all style classes
Copyright 2006 Sans Pareil Technologies, Inc.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class nextapp.echo2.app.MutableStyle |
|---|
MutableStyle.IndexedPropertyValue |
| Field Summary | |
|---|---|
private static Logger |
logger
The logger to use to log messages. |
| Constructor Summary | |
|---|---|
Style()
Default constructor. |
|
| Method Summary | |
|---|---|
static ColumnLayoutData |
getColumnLayoutData()
Return a default grid layout data object. |
static GridLayoutData |
getGridLayoutData()
Return a default grid layout data object. |
Object |
getProperty(String name)
Over-ridden to log missing property requests. |
protected abstract void |
init()
Mandatory style initialisation method to be implemented by all sub-classes. |
private static void |
setInsets(CellLayoutData layoutData)
Set the insets for the layout data to default values. |
| Methods inherited from class nextapp.echo2.app.MutableStyle |
|---|
addStyleContent, getIndexedProperty, getPropertyIndices, getPropertyNames, isIndexedPropertySet, isPropertySet, removeIndexedProperty, removeProperty, setIndexedProperty, setProperty, size, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final Logger logger
| Constructor Detail |
|---|
public Style()
init().
| Method Detail |
|---|
protected abstract void init()
public Object getProperty(String name)
getProperty in interface StylegetProperty in class MutableStylename - The name of the property to use to retrieve style.
public static final GridLayoutData getGridLayoutData()
public static final ColumnLayoutData getColumnLayoutData()
private static void setInsets(CellLayoutData layoutData)
layoutData - The layout data for which insets are to be set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||