public interface VGroup extends VContainedContainer, VHasTooltip
The following features are supported:
VGroupPackage.getGroup()
Modifier and Type | Method and Description |
---|---|
GroupType |
getGroupType()
Returns the value of the 'Group Type' attribute.
|
GroupLabelAlignment |
getLabelAlignment()
Returns the value of the 'Label Alignment' attribute.
|
boolean |
isCollapsed()
Returns the value of the 'Collapsed' attribute.
|
void |
setCollapsed(boolean value)
Sets the value of the '
Collapsed '
attribute. |
void |
setGroupType(GroupType value)
Sets the value of the '
Group Type '
attribute. |
void |
setLabelAlignment(GroupLabelAlignment value)
Sets the value of the '
Label
Alignment ' attribute. |
getChildren
getAttachments, getDiagnostic, getLabel, getName, getUuid, isEffectivelyEnabled, isEffectivelyReadonly, isEffectivelyVisible, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, setLabel, setName, setReadonly, setUuid, setVisible
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
getTooltip, setTooltip
GroupType getGroupType()
GroupType
.
If the meaning of the 'Group Type' attribute isn't clear, there really should be more of a description here...
GroupType
,
setGroupType(GroupType)
,
VGroupPackage.getGroup_GroupType()
void setGroupType(GroupType value)
Group Type
'
attribute.
value
- the new value of the 'Group Type' attribute.GroupType
,
getGroupType()
GroupLabelAlignment getLabelAlignment()
"LabelAligned"
.
The literals are from the enumeration GroupLabelAlignment
.
If the meaning of the 'Label Alignment' attribute isn't clear, there really should be more of a description here...
GroupLabelAlignment
,
setLabelAlignment(GroupLabelAlignment)
,
VGroupPackage.getGroup_LabelAlignment()
void setLabelAlignment(GroupLabelAlignment value)
Label
Alignment
' attribute.
value
- the new value of the 'Label Alignment' attribute.GroupLabelAlignment
,
getLabelAlignment()
boolean isCollapsed()
If the meaning of the 'Collapsed' attribute isn't clear, there really should be more of a description here...
setCollapsed(boolean)
,
VGroupPackage.getGroup_Collapsed()
void setCollapsed(boolean value)
Collapsed
'
attribute.
value
- the new value of the 'Collapsed' attribute.isCollapsed()
Copyright © 2019. All rights reserved.