public abstract class Style extends MutableStyle
Copyright 2006 Sans Pareil Technologies, Inc.
MutableStyle.IndexedPropertyValue| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
logger
The logger to use to log messages.
|
| Constructor and Description |
|---|
Style()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
addStyleContent, getIndexedProperty, getPropertyIndices, getPropertyNames, isIndexedPropertySet, isPropertySet, removeIndexedProperty, removeProperty, setIndexedProperty, setProperty, size, toStringprotected static final Logger logger
public Style()
init().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 GridLayoutData getGridLayoutData()
public static ColumnLayoutData getColumnLayoutData()