Modifier and Type | Method and Description |
---|---|
Class<? extends AbstractSWTRenderer<VStackItem>> |
StackItemSWTRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Modifier and Type | Method and Description |
---|---|
VStackItem |
VStackFactory.createStackItem()
Returns a new object of class 'Item'.
|
VStackItem |
VStackLayout.getTopElement()
Returns the value of the 'Top Element' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VStackItem> |
VStackLayout.getStackItems()
Returns the value of the 'Stack Items' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
VStackLayout.setTopElement(VStackItem value)
Sets the value of the '
Top Element ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
VStackItemImpl
An implementation of the model object 'Item'.
|
Modifier and Type | Field and Description |
---|---|
protected VStackItem |
VStackLayoutImpl.topElement
The cached value of the '
Top Element ' reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<VStackItem> |
VStackLayoutImpl.stackItems
The cached value of the '
Stack Items ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
VStackItem |
VStackLayoutImpl.basicGetTopElement() |
VStackItem |
VStackFactoryImpl.createStackItem() |
VStackItem |
VStackLayoutImpl.getTopElement() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VStackItem> |
VStackLayoutImpl.getStackItems() |
Modifier and Type | Method and Description |
---|---|
void |
VStackLayoutImpl.setTopElement(VStackItem newTopElement) |
Modifier and Type | Method and Description |
---|---|
T |
StackSwitch.caseStackItem(VStackItem object)
Returns the result of interpreting the object as an instance of 'Item'.
|
Constructor and Description |
---|
SWTStackItemRenderer(VStackItem vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsRendererFactory factory,
EMFFormsDatabinding emfFormsDatabinding)
Default constructor.
|
Copyright © 2017. All rights reserved.