| Modifier and Type | Interface and Description |
|---|---|
interface |
ChartView
A representation of the model object 'View'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChartViewImpl
An implementation of the model object 'View'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ChartSwitch.casePrimitive(Primitive object)
Returns the result of interpreting the object as an instance of 'Primitive'.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Arc
A representation of the model object 'Arc'.
|
interface |
BorderContainer
A representation of the model object 'Border Container'.
|
interface |
Container
A representation of the model object 'Container'.
|
interface |
Ellipse
A representation of the model object 'Ellipse'.
|
interface |
Figure
A representation of the model object 'Figure'.
|
interface |
FigureContainer
A representation of the model object 'Figure Container'.
|
interface |
GridContainer
A representation of the model object 'Grid Container'.
|
interface |
Image
A representation of the model object 'Image'.
|
interface |
Line
A representation of the model object 'Line'.
|
interface |
Rectangle
A representation of the model object 'Rectangle'.
|
interface |
Shape
A representation of the model object 'Shape'.
|
interface |
StackContainer
A representation of the model object 'Stack Container'.
|
interface |
SymbolReference
A representation of the model object 'Symbol Reference'.
|
interface |
Text
A representation of the model object 'Text'.
|
interface |
XYContainer
A representation of the model object 'XY Container'.
|
| Modifier and Type | Method and Description |
|---|---|
Primitive |
FigureContainer.getContent()
Returns the value of the 'Content' containment reference.
|
Primitive |
Child.getElement()
Returns the value of the 'Element' containment reference.
|
Primitive |
Connection.getEnd()
Returns the value of the 'End' reference.
|
Primitive |
Symbol.getRoot()
Returns the value of the 'Root' containment reference.
|
Primitive |
Connection.getStart()
Returns the value of the 'Start' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FigureContainer.setContent(Primitive value)
Sets the value of the '
Content' containment reference. |
void |
Child.setElement(Primitive value)
Sets the value of the '
Element' containment reference. |
void |
Connection.setEnd(Primitive value)
Sets the value of the '
End' reference. |
void |
Symbol.setRoot(Primitive value)
Sets the value of the '
Root' containment reference. |
void |
Connection.setStart(Primitive value)
Sets the value of the '
Start' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArcImpl
An implementation of the model object 'Arc'.
|
class |
BorderContainerImpl
An implementation of the model object 'Border Container'.
|
class |
EllipseImpl
An implementation of the model object 'Ellipse'.
|
class |
FigureContainerImpl
An implementation of the model object 'Figure Container'.
|
class |
FigureImpl
An implementation of the model object 'Figure'.
|
class |
GridContainerImpl
An implementation of the model object 'Grid Container'.
|
class |
ImageImpl
An implementation of the model object 'Image'.
|
class |
LineImpl
An implementation of the model object 'Line'.
|
class |
RectangleImpl
An implementation of the model object 'Rectangle'.
|
class |
ShapeImpl
An implementation of the model object 'Shape'.
|
class |
StackContainerImpl
An implementation of the model object 'Stack Container'.
|
class |
SymbolReferenceImpl
An implementation of the model object 'Symbol Reference'.
|
class |
TextImpl
An implementation of the model object 'Text'.
|
class |
XYContainerImpl
An implementation of the model object 'XY Container'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Primitive |
FigureContainerImpl.content
The cached value of the '
Content' containment reference. |
protected Primitive |
ChildImpl.element
The cached value of the '
Element' containment reference. |
protected Primitive |
ConnectionImpl.end
The cached value of the '
End' reference. |
protected Primitive |
SymbolImpl.root
The cached value of the '
Root' containment reference. |
protected Primitive |
ConnectionImpl.start
The cached value of the '
Start' reference. |
| Modifier and Type | Method and Description |
|---|---|
Primitive |
ConnectionImpl.basicGetEnd() |
Primitive |
ConnectionImpl.basicGetStart() |
Primitive |
FigureContainerImpl.getContent() |
Primitive |
ChildImpl.getElement() |
Primitive |
ConnectionImpl.getEnd() |
Primitive |
SymbolImpl.getRoot() |
Primitive |
ConnectionImpl.getStart() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
FigureContainerImpl.basicSetContent(Primitive newContent,
NotificationChain msgs) |
NotificationChain |
ChildImpl.basicSetElement(Primitive newElement,
NotificationChain msgs) |
NotificationChain |
SymbolImpl.basicSetRoot(Primitive newRoot,
NotificationChain msgs) |
void |
FigureContainerImpl.setContent(Primitive newContent) |
void |
ChildImpl.setElement(Primitive newElement) |
void |
ConnectionImpl.setEnd(Primitive newEnd) |
void |
SymbolImpl.setRoot(Primitive newRoot) |
void |
ConnectionImpl.setStart(Primitive newStart) |
| Modifier and Type | Field and Description |
|---|---|
protected Primitive |
PrimitiveTest.fixture
The fixture for this Primitive test case.
|
| Modifier and Type | Method and Description |
|---|---|
protected Primitive |
PrimitiveTest.getFixture()
Returns the fixture for this Primitive test case.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PrimitiveTest.setFixture(Primitive fixture)
Sets the fixture for this Primitive test case.
|
| Modifier and Type | Method and Description |
|---|---|
T |
VisualInterfaceSwitch.casePrimitive(Primitive object)
Returns the result of interpreting the object as an instance of 'Primitive'.
|
| Modifier and Type | Method and Description |
|---|---|
Controller |
ViewElementFactory.create(SymbolController controller,
Primitive element,
SymbolLoader symbolLoader,
ResourceManager manager,
BasicViewElementFactory basicViewElementFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolController.addElement(Primitive primitive,
java.lang.Object element) |
protected Controller |
VisualInterfaceViewer.create(Primitive element) |
Controller |
BasicViewElementFactory.create(SymbolController controller,
Primitive element) |
Controller |
ViewElementFactory.create(SymbolController controller,
Primitive element,
SymbolLoader symbolLoader,
ResourceManager manager,
BasicViewElementFactory basicViewElementFactory) |
java.lang.Object |
SymbolController.getElement(Primitive primitive) |
void |
SymbolController.removeElement(Primitive primitive) |
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0