public interface MessageSection
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TreesetPackage.getMessageSection()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnWidthMessage()
Returns the value of the 'Column Width Message' attribute
|
int |
getColumnWidthSeverity()
Returns the value of the 'Column Width Severity' attribute
|
org.eclipse.emf.common.util.EList |
getMessageItemList()
Returns the value of the 'Message Item List' containment reference list.
|
int |
getRowCount()
Returns the value of the 'Row Count' attribute
|
int |
getScrollRowTop()
Returns the value of the 'Scroll Row Top' attribute
|
void |
setColumnWidthMessage(int value)
Sets the value of the '
Column Width Message' attribute |
void |
setColumnWidthSeverity(int value)
Sets the value of the '
Column Width Severity' attribute |
void |
setRowCount(int value)
Sets the value of the '
Row Count' attribute |
void |
setScrollRowTop(int value)
Sets the value of the '
Scroll Row Top' attribute |
static final java.lang.String copyright
org.eclipse.emf.common.util.EList getMessageItemList()
MessageItem.
If the meaning of the 'Message Item List' containment reference list isn't clear, there really should be more of a description here...
TreesetPackage.getMessageSection_MessageItemList()int getRowCount()
If the meaning of the 'Row Count' attribute isn't clear, there really should be more of a description here...
setRowCount(int),
TreesetPackage.getMessageSection_RowCount()void setRowCount(int value)
Row Count' attribute.
value - the new value of the 'Row Count' attribute.getRowCount()int getScrollRowTop()
If the meaning of the 'Scroll Row Top' attribute isn't clear, there really should be more of a description here...
setScrollRowTop(int),
TreesetPackage.getMessageSection_ScrollRowTop()void setScrollRowTop(int value)
Scroll Row Top' attribute.
value - the new value of the 'Scroll Row Top' attribute.getScrollRowTop()int getColumnWidthSeverity()
If the meaning of the 'Column Width Severity' attribute isn't clear, there really should be more of a description here...
setColumnWidthSeverity(int),
TreesetPackage.getMessageSection_ColumnWidthSeverity()void setColumnWidthSeverity(int value)
Column Width Severity' attribute.
value - the new value of the 'Column Width Severity' attribute.getColumnWidthSeverity()int getColumnWidthMessage()
If the meaning of the 'Column Width Message' attribute isn't clear, there really should be more of a description here...
setColumnWidthMessage(int),
TreesetPackage.getMessageSection_ColumnWidthMessage()void setColumnWidthMessage(int value)
Column Width Message' attribute.
value - the new value of the 'Column Width Message' attribute.getColumnWidthMessage()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.