public interface VSection extends VContainer
The following features are supported:
VSectionPackage.getSection()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VSection> |
getChildItems()
Returns the value of the 'Child Items' containment reference list.
|
boolean |
isCollapsed()
Returns the value of the 'Collapsed' attribute.
|
void |
setCollapsed(boolean value)
Sets the value of the '
Collapsed
' attribute. |
getChildren
getAttachments, getDiagnostic, getLabel, getName, getUuid, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, setLabel, setName, setReadonly, setUuid, setVisible
org.eclipse.emf.common.util.EList<VSection> getChildItems()
VSection
.
If the meaning of the 'Child Items' containment reference list isn't clear, there really should be more of a description here...
VSectionPackage.getSection_ChildItems()
boolean isCollapsed()
"false"
.
If the meaning of the 'Collapsed' attribute isn't clear, there really should be more of a description here...
setCollapsed(boolean)
,
VSectionPackage.getSection_Collapsed()
void setCollapsed(boolean value)
Collapsed
' attribute.
value
- the new value of the 'Collapsed' attribute.isCollapsed()
Copyright © 2016. All rights reserved.