Package | Description |
---|---|
org.eclipse.scada.vi.chart.model | |
org.eclipse.scada.vi.chart.model.impl | |
org.eclipse.scada.vi.chart.model.util | |
org.eclipse.scada.vi.model | |
org.eclipse.scada.vi.model.impl | |
org.eclipse.scada.vi.model.tests | |
org.eclipse.scada.vi.model.util | |
org.eclipse.scada.vi.ui.draw2d.primitives |
Provides controllers to the graphical elements in the views.
|
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.caseFigure(Figure object)
Returns the result of interpreting the object as an instance of 'Figure'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Arc
A representation of the model object 'Arc'.
|
interface |
Ellipse
A representation of the model object 'Ellipse'.
|
interface |
FigureContainer
A representation of the model object 'Figure 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 |
Text
A representation of the model object 'Text'.
|
Modifier and Type | Class and Description |
---|---|
class |
ArcImpl
An implementation of the model object 'Arc'.
|
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 |
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 |
TextImpl
An implementation of the model object 'Text'.
|
Modifier and Type | Field and Description |
---|---|
protected Figure |
FigureTest.fixture
The fixture for this Figure test case.
|
Modifier and Type | Method and Description |
---|---|
protected Figure |
FigureTest.getFixture()
Returns the fixture for this Figure test case.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FigureTest.setFixture(Figure fixture)
Sets the fixture for this Figure test case.
|
Modifier and Type | Method and Description |
---|---|
T |
VisualInterfaceSwitch.caseFigure(Figure object)
Returns the result of interpreting the object as an instance of 'Figure'.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FigureController.applyCommon(Figure figure) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.