|
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
echopoint.style.InfoWindowStyle
public class InfoWindowStyle
A default style class for InfoWindow components.
Over-ride the init() method or the individual style configuration
methods as appropriate.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class nextapp.echo.app.MutableStyle |
|---|
MutableStyle.IndexedPropertyValue |
| Field Summary | |
|---|---|
static String |
BACKGROUND
The default background to use for info window components. |
static String |
FOREGROUND
The default foreground colour to use for the component. |
static String |
TEXT_BACKGROUND
The default text background to use for info window components. |
static String |
TEXT_FOREGROUND
The text foreground colour to use for the component. |
static String |
TITLE_FOREGROUND
The text foreground colour to use for the title bar. |
| Fields inherited from class echopoint.style.AbstractStyle |
|---|
level, logger |
| Constructor Summary | |
|---|---|
InfoWindowStyle()
|
|
| Method Summary | |
|---|---|
protected void |
init()
Sub-classes may over-ride this method, or the individual styling methods depending upon which approach is more convenient. |
protected void |
setOtherTextProperties()
Set the style properties for the text that is displayed in the component. |
protected void |
setProperties()
Set general style properties for the content in info window itself. |
protected void |
setTextProperties()
Set the style properties for the text that drives the info window. |
protected void |
setTitleProperties()
Set the style properties for title of the info window. |
| Methods inherited from class echopoint.style.AbstractStyle |
|---|
get, setFont, setForeground |
| 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 |
|---|
public static final String BACKGROUND
public static final String FOREGROUND
public static final String TEXT_BACKGROUND
public static final String TEXT_FOREGROUND
public static final String TITLE_FOREGROUND
| Constructor Detail |
|---|
public InfoWindowStyle()
| Method Detail |
|---|
protected void init()
init in class AbstractStylesetProperties(),
setTextProperties(),
setOtherTextProperties(),
setTitleProperties()protected void setProperties()
protected void setTextProperties()
protected void setOtherTextProperties()
protected void setTitleProperties()
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||