protected static class ChartItemProviderAdapterFactory.VisualInterfaceChildCreationExtender.CreationSwitch extends VisualInterfaceSwitch<Object>
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.edit.domain.EditingDomain |
editingDomain
The domain in which to create the children.
|
protected List<Object> |
newChildDescriptors
The child descriptors being populated.
|
modelPackage
Modifier and Type | Method and Description |
---|---|
Object |
caseChild(Child object) |
Object |
caseFigureContainer(FigureContainer object) |
Object |
caseStackContainer(StackContainer object) |
Object |
caseSymbol(Symbol object) |
protected org.eclipse.emf.edit.command.CommandParameter |
createChildParameter(Object feature,
Object child) |
caseArc, caseBorderChild, caseBorderContainer, caseConnection, caseContainer, caseCursor, caseDimension, caseEllipse, caseFigure, caseGridChild, caseGridContainer, caseImage, caseLine, casePolygon, casePosition, casePrimitive, caseRectangle, caseRoundedRectangle, caseShape, caseStringToStringMap, caseSymbolReference, caseSystemCursor, caseText, caseXYChild, caseXYContainer, defaultCase, doSwitch, isSwitchFor
protected List<Object> newChildDescriptors
protected org.eclipse.emf.edit.domain.EditingDomain editingDomain
public Object caseSymbol(Symbol object)
caseSymbol
in class VisualInterfaceSwitch<Object>
object
- the target of the switch.doSwitch(EObject)
public Object caseChild(Child object)
caseChild
in class VisualInterfaceSwitch<Object>
object
- the target of the switch.doSwitch(EObject)
public Object caseFigureContainer(FigureContainer object)
caseFigureContainer
in class VisualInterfaceSwitch<Object>
object
- the target of the switch.doSwitch(EObject)
public Object caseStackContainer(StackContainer object)
caseStackContainer
in class VisualInterfaceSwitch<Object>
object
- the target of the switch.doSwitch(EObject)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.