public interface MessageAreaType
| Modifier and Type | Field and Description | 
|---|---|
| static short | MESSAGEAREA_EDITABLE_GLOBALThe type where there is one message area for each tab. | 
| static short | MESSAGEAREA_EDITABLE_PER_TABThe type where there is one message area for each tab. | 
| static short | MESSAGEAREA_GLOBALThe type where there is a global message area for all tabs. | 
| static short | MESSAGEAREA_NONEThe type where there is no message area. | 
| static short | MESSAGEAREA_PER_TABThe type where there is one message area for each tab. | 
| static short | MESSAGEAREA_SAVE_AS_TEXTThe 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