|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.keridwen.modelling.monitoring.util.ChartViewerConfiguration
public class ChartViewerConfiguration
This class is used to configure the LiveMonitoringCurvesViewer
from the monitoring model. For example if you
want to add a new LiveMonitoringCurvesViewer
when a new CategoryMonitoringNode
is added, you can use
this class.
Constructor Summary | |
---|---|
ChartViewerConfiguration(org.keridwen.core.ui.dockingframes.MainViewService mainViewService,
int xPos,
int yPos,
int aWidth,
int aHeight,
String mainViewServiceContainerName)
Constructor of the ChartViewerConfiguration . |
Method Summary | |
---|---|
void |
addComponent(Container container,
String componentTitle)
Add a Container in the user interface |
void |
clearVisualizer()
Clear Visualizer previously recorded. |
void |
notifyVisualizerAdded(Visualizer visualizer)
Notify a Visualizer is added. |
void |
visualizeNode(MonitoringNode monitoringNode,
boolean isVTKActive)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChartViewerConfiguration(org.keridwen.core.ui.dockingframes.MainViewService mainViewService, int xPos, int yPos, int aWidth, int aHeight, String mainViewServiceContainerName)
ChartViewerConfiguration
.
mainViewService
- MainViewService
which contains the user interface which must be updated.xPos
- The x position of the new composant which must be added in the mainViewServiceyPos
- The y position of the new composant which must be added in the mainViewServiceaWidth
- The width of the new composant which must be added in the mainViewServiceaHeight
- The height of the new composant which must be added in the mainViewServicemainViewServiceContainerName
- The name of the container which contains the mainViewService.Method Detail |
---|
public void visualizeNode(MonitoringNode monitoringNode, boolean isVTKActive)
visualizeNode
in interface SelectedMonitoringNodeListener
monitoringNode
- is the new MonitoringNode
selected.public void notifyVisualizerAdded(Visualizer visualizer)
ChartViewerConfigurationListener
Visualizer
is added.
notifyVisualizerAdded
in interface ChartViewerConfigurationListener
visualizer
- is the Visualizer
added.public void clearVisualizer()
ChartViewerConfigurationListener
Visualizer
previously recorded.
clearVisualizer
in interface ChartViewerConfigurationListener
public void addComponent(Container container, String componentTitle)
SelectedMonitoringNodeListener
Container
in the user interface
addComponent
in interface SelectedMonitoringNodeListener
container
- the Container
which must be added.componentTitle
- the title of the tab added in the user interface and which contains the Container
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |