Modifier and Type | Interface and Description |
---|---|
interface |
CurrentTimeController
A representation of the model object 'Current Time Controller'.
|
interface |
LegendController
A representation of the model object 'Legend Controller'.
|
interface |
MouseController
A representation of the model object 'Mouse Controller'.
|
interface |
ResetController
A representation of the model object 'Reset Controller'.
|
interface |
ScaleAction
A representation of the model object 'Scale Action'.
|
interface |
SeparatorController
A representation of the model object 'Separator Controller'.
|
interface |
TimeNowAction
A representation of the model object 'Time Now Action'.
|
interface |
TimeShiftAction
A representation of the model object 'Time Shift Action'.
|
interface |
XAxisController
A representation of the model object 'XAxis Controller'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Controller> |
Profile.getControllers()
Returns the value of the 'Controllers' containment reference list.
|
org.eclipse.emf.common.util.EList<Controller> |
Chart.getControllers()
Returns the value of the 'Controllers' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
ControllerImpl
An implementation of the model object 'Controller'.
|
class |
CurrentTimeControllerImpl
An implementation of the model object 'Current Time Controller'.
|
class |
LegendControllerImpl
An implementation of the model object 'Legend Controller'.
|
class |
MouseControllerImpl
An implementation of the model object 'Mouse Controller'.
|
class |
ResetControllerImpl
An implementation of the model object 'Reset Controller'.
|
class |
ScaleActionImpl
An implementation of the model object 'Scale Action'.
|
class |
SeparatorControllerImpl
An implementation of the model object 'Separator Controller'.
|
class |
TimeNowActionImpl
An implementation of the model object 'Time Now Action'.
|
class |
TimeShiftActionImpl
An implementation of the model object 'Time Shift Action'.
|
class |
XAxisControllerImpl
An implementation of the model object 'XAxis Controller'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Controller> |
ProfileImpl.controllers
The cached value of the '
Controllers ' containment reference list. |
protected org.eclipse.emf.common.util.EList<Controller> |
ChartImpl.controllers
The cached value of the '
Controllers ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Controller> |
ProfileImpl.getControllers() |
org.eclipse.emf.common.util.EList<Controller> |
ChartImpl.getControllers() |
Modifier and Type | Field and Description |
---|---|
protected Controller |
ControllerTest.fixture
The fixture for this Controller test case.
|
Modifier and Type | Method and Description |
---|---|
protected Controller |
ControllerTest.getFixture()
Returns the fixture for this Controller test case.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ControllerTest.setFixture(Controller fixture)
Sets the fixture for this Controller test case.
|
Modifier and Type | Method and Description |
---|---|
T |
ChartSwitch.caseController(Controller object)
Returns the result of interpreting the object as an instance of 'Controller'.
|
Modifier and Type | Method and Description |
---|---|
ChartController |
ChartControllerFactory.create(ControllerManager controllerManager,
Controller controller,
ChartContext chartContext) |
protected void |
ControllerManager.handleAdd(Controller controller) |
protected void |
ControllerManager.handleRemove(Controller controller) |
Modifier and Type | Method and Description |
---|---|
ChartController |
TimeNowActionFactory.create(ControllerManager controllerManager,
Controller controller,
ChartContext chartContext) |
ChartController |
TimeShiftActionFactory.create(ControllerManager controllerManager,
Controller controller,
ChartContext chartContext) |
ChartController |
ScaleActionFactory.create(ControllerManager controllerManager,
Controller controller,
ChartContext chartContext) |
Modifier and Type | Method and Description |
---|---|
ChartController |
LegendControllerFactory.create(ControllerManager controllerManager,
Controller controller,
ChartContext chartContext) |
Modifier and Type | Method and Description |
---|---|
ChartController |
CurrentTimeControllerFactory.create(ControllerManager controllerManager,
Controller controller,
ChartContext chartContext) |
Modifier and Type | Method and Description |
---|---|
ChartController |
MouseControllerFactory.create(ControllerManager controllerManager,
Controller controller,
ChartContext chartContext) |
ChartController |
SeparatorFactory.create(ControllerManager controllerManager,
Controller controller,
ChartContext chartContext) |
ChartController |
ResetControllerFactory.create(ControllerManager controllerManager,
Controller controller,
ChartContext chartContext) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.