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 |
Polygon
A representation of the model object 'Polygon'.
|
interface |
Rectangle
A representation of the model object 'Rectangle'.
|
interface |
RoundedRectangle
A representation of the model object 'Rounded 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 |
---|---|
org.eclipse.emf.common.util.EList<Primitive> |
StackContainer.getChildren()
Returns the value of the 'Children' containment reference list.
|
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 |
PolygonImpl
An implementation of the model object 'Polygon'.
|
class |
RectangleImpl
An implementation of the model object 'Rectangle'.
|
class |
RoundedRectangleImpl
An implementation of the model object 'Rounded 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 | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Primitive> |
StackContainerImpl.children
The cached value of the '
Children ' containment reference list. |
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 |
---|---|
org.eclipse.emf.common.util.EList<Primitive> |
StackContainerImpl.getChildren() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
FigureContainerImpl.basicSetContent(Primitive newContent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ChildImpl.basicSetElement(Primitive newElement,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
SymbolImpl.basicSetRoot(Primitive newRoot,
org.eclipse.emf.common.notify.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,
org.eclipse.jface.resource.ResourceManager manager,
BasicViewElementFactory basicViewElementFactory,
FactoryContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SymbolController.addElement(Primitive primitive,
Object element) |
protected Controller |
VisualInterfaceViewer.create(Primitive element) |
Controller |
BasicViewElementFactory.create(SymbolController controller,
Primitive element) |
Controller |
ViewElementFactory.create(SymbolController controller,
Primitive element,
SymbolLoader symbolLoader,
org.eclipse.jface.resource.ResourceManager manager,
BasicViewElementFactory basicViewElementFactory,
FactoryContext factoryContext) |
Object |
SymbolController.getElement(Primitive primitive) |
void |
SymbolController.removeElement(Primitive primitive) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.