Modifier and Type | Method and Description |
---|---|
Class<? extends AbstractSWTRenderer<VSection>> |
SectionNodeSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Class<? extends AbstractSWTRenderer<VSection>> |
SectionLeafSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Modifier and Type | Method and Description |
---|---|
VSection |
VSectionFactory.createSection()
Returns a new object of class 'Section'.
|
VSection |
VSectionedArea.getRoot()
Returns the value of the 'Root' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VSection> |
VSection.getChildItems()
Returns the value of the 'Child Items' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
VSectionedArea.setRoot(VSection value)
Sets the value of the '
Root '
containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
VSectionImpl
An implementation of the model object 'Section'.
|
Modifier and Type | Field and Description |
---|---|
protected VSection |
VSectionedAreaImpl.root
The cached value of the '
Root ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<VSection> |
VSectionImpl.childItems
The cached value of the '
Child Items ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
VSection |
VSectionFactoryImpl.createSection() |
VSection |
VSectionedAreaImpl.getRoot() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VSection> |
VSectionImpl.getChildItems() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
VSectionedAreaImpl.basicSetRoot(VSection newRoot,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
VSectionedAreaImpl.setRoot(VSection newRoot) |
Modifier and Type | Method and Description |
---|---|
T |
SectionSwitch.caseSection(VSection object)
Returns the result of interpreting the object as an instance of 'Section'.
|
Constructor and Description |
---|
AbstractSectionSWTRenderer(VSection vElement,
ViewModelContext viewContext,
ReportService reportService) |
SectionLeafSWTRenderer(VSection vElement,
ViewModelContext viewContext,
ReportService reportService) |
SectionNodeSWTRenderer(VSection vElement,
ViewModelContext viewContext,
ReportService reportService) |
Copyright © 2016. All rights reserved.