|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo.app.MutableStyle
echopoint.style.AbstractStyle
public abstract class AbstractStyle
Abstract base class from which all style classes are derived. Primarily
delegates to the init() method for configuration.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class nextapp.echo.app.MutableStyle |
|---|
MutableStyle.IndexedPropertyValue |
| Field Summary | |
|---|---|
protected Level |
level
The log level to use to log missing style messages. |
protected static Logger |
logger
The logger to use to log messages. |
| Constructor Summary | |
|---|---|
AbstractStyle()
Default constructor. |
|
| Method Summary | |
|---|---|
Object |
get(String name)
Over-ridden to log missing property requests. |
protected void |
init()
Mandatory style initialisation method to be implemented by all sub-classes. |
protected void |
setFont()
Set the default font to be used for all components. |
protected void |
setForeground()
Set the default foreground colour for all components. |
| Methods inherited from class nextapp.echo.app.MutableStyle |
|---|
addStyleContent, getIndex, getIndexedProperty, getProperty, getPropertyIndices, getPropertyNames, isIndexedPropertySet, isPropertySet, removeIndexedProperty, removeProperty, set, setIndex, setIndexedProperty, setProperty, size, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final Logger logger
protected final Level level
| Constructor Detail |
|---|
public AbstractStyle()
init().
| Method Detail |
|---|
protected void init()
super.init().
DefaultFont,
setFont()protected void setFont()
protected void setForeground()
public Object get(String name)
get in interface Styleget in class MutableStylename - The name of the property to use to retrieve style.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||