Package | Description |
---|---|
org.eclipse.scada.vi.model | |
org.eclipse.scada.vi.model.impl | |
org.eclipse.scada.vi.model.tests | |
org.eclipse.scada.vi.model.util |
Modifier and Type | Interface and Description |
---|---|
interface |
SystemCursor
A representation of the model object 'System Cursor'.
|
Modifier and Type | Method and Description |
---|---|
Cursor |
Figure.getCursor()
Returns the value of the 'Cursor' reference.
|
Cursor |
Symbol.getCursors()
Returns the value of the 'Cursors' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Figure.setCursor(Cursor value)
Sets the value of the '
Cursor ' reference. |
void |
Symbol.setCursors(Cursor value)
Sets the value of the '
Cursors ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
CursorImpl
An implementation of the model object 'Cursor'.
|
class |
SystemCursorImpl
An implementation of the model object 'System Cursor'.
|
Modifier and Type | Field and Description |
---|---|
protected Cursor |
FigureImpl.cursor
The cached value of the '
Cursor ' reference. |
protected Cursor |
SymbolImpl.cursors
The cached value of the '
Cursors ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Cursor |
FigureImpl.basicGetCursor() |
Cursor |
FigureImpl.getCursor() |
Cursor |
SymbolImpl.getCursors() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SymbolImpl.basicSetCursors(Cursor newCursors,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
FigureImpl.setCursor(Cursor newCursor) |
void |
SymbolImpl.setCursors(Cursor newCursors) |
Modifier and Type | Field and Description |
---|---|
protected Cursor |
CursorTest.fixture
The fixture for this Cursor test case.
|
Modifier and Type | Method and Description |
---|---|
protected Cursor |
CursorTest.getFixture()
Returns the fixture for this Cursor test case.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CursorTest.setFixture(Cursor fixture)
Sets the fixture for this Cursor test case.
|
Modifier and Type | Method and Description |
---|---|
T |
VisualInterfaceSwitch.caseCursor(Cursor object)
Returns the result of interpreting the object as an instance of 'Cursor'.
|
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.