| Modifier and Type | Method and Description |
|---|---|
org.eclipse.graphiti.mm.pictograms.PictogramElement |
SofiagraphicsAddShapeFeature.createGraphitiUI(org.eclipse.graphiti.features.context.IAddContext context,
Widget widget,
org.eclipse.graphiti.mm.pictograms.ContainerShape parent) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Ellipse
A representation of the model object 'Ellipse'.
|
interface |
Polyline
A representation of the model object 'Polyline'.
|
interface |
Rectangle
A representation of the model object 'Rectangle'.
|
interface |
RoundedRectangle
A representation of the model object 'Rounded Rectangle'.
|
interface |
Text
A representation of the model object 'Text'.
|
| Modifier and Type | Method and Description |
|---|---|
Widget |
Widget.getParent()
Returns the value of the 'Parent' container reference.
|
Widget |
Scene.getRoot()
Returns the value of the 'Root' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Widget> |
Widget.getChild()
Returns the value of the 'Child' containment reference list.
|
org.eclipse.emf.common.util.EList<Widget> |
Scene.getObject()
Returns the value of the 'Object' containment reference list.
|
org.eclipse.emf.common.util.EList<Widget> |
Gesture.getWidget()
Returns the value of the 'Widget' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Widget.setParent(Widget value)
Sets the value of the '
Parent' container reference. |
void |
Scene.setRoot(Widget value)
Sets the value of the '
Root' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
EllipseImpl
An implementation of the model object 'Ellipse'.
|
class |
PolylineImpl
An implementation of the model object 'Polyline'.
|
class |
RectangleImpl
An implementation of the model object 'Rectangle'.
|
class |
RoundedRectangleImpl
An implementation of the model object 'Rounded Rectangle'.
|
class |
TextImpl
An implementation of the model object 'Text'.
|
class |
WidgetImpl
An implementation of the model object 'Widget'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Widget |
SceneImpl.root
The cached value of the '
Root' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Widget> |
WidgetImpl.child
The cached value of the '
Child' containment reference list. |
protected org.eclipse.emf.common.util.EList<Widget> |
SceneImpl.object
The cached value of the '
Object' containment reference list. |
protected org.eclipse.emf.common.util.EList<Widget> |
GestureImpl.widget
The cached value of the '
Widget' reference list. |
| Modifier and Type | Method and Description |
|---|---|
Widget |
SceneImpl.basicGetRoot() |
Widget |
WidgetImpl.getParent() |
Widget |
SceneImpl.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Widget> |
WidgetImpl.getChild() |
org.eclipse.emf.common.util.EList<Widget> |
SceneImpl.getObject() |
org.eclipse.emf.common.util.EList<Widget> |
GestureImpl.getWidget() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
WidgetImpl.basicSetParent(Widget newParent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
WidgetImpl.setParent(Widget newParent) |
void |
SceneImpl.setRoot(Widget newRoot) |
| Modifier and Type | Method and Description |
|---|---|
T |
SofiagraphicsSwitch.caseWidget(Widget object)
Returns the result of interpreting the object as an instance of 'Widget'.
|
Copyright © 2018. All rights reserved.