public interface MessageAreaType
| Modifier and Type | Field and Description |
|---|---|
static short |
MESSAGEAREA_EDITABLE_GLOBAL
The type where there is one message area for each tab.
|
static short |
MESSAGEAREA_EDITABLE_PER_TAB
The type where there is one message area for each tab.
|
static short |
MESSAGEAREA_GLOBAL
The type where there is a global message area for all tabs.
|
static short |
MESSAGEAREA_NONE
The type where there is no message area.
|
static short |
MESSAGEAREA_PER_TAB
The type where there is one message area for each tab.
|
static short |
MESSAGEAREA_SAVE_AS_TEXT
The type where there is a popup action allowing to save the content of the message area as text
|
static final short MESSAGEAREA_NONE
static final short MESSAGEAREA_GLOBAL
static final short MESSAGEAREA_PER_TAB
static final short MESSAGEAREA_EDITABLE_GLOBAL
static final short MESSAGEAREA_EDITABLE_PER_TAB
static final short MESSAGEAREA_SAVE_AS_TEXT