public class SolutionPerformanceTimelinePluginView extends ASimpleMVCPluginView<SolutionPerformanceTimelinePluginModel,SolutionPerformanceTimelinePluginController,javafx.scene.chart.LineChart<java.lang.Number,java.lang.Number>>
| Constructor and Description |
|---|
SolutionPerformanceTimelinePluginView(SolutionPerformanceTimelinePluginModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
getNextIndexToDisplay() |
java.lang.String |
getTitle()
Returns the title of the view of the associated
IGUIPlugin. |
void |
update()
Requests this view to update itself, i.e. pull the latest information from the associated
IGUIPluginModel and display it. |
getController, getModel, getNode, setControllerpublic SolutionPerformanceTimelinePluginView(SolutionPerformanceTimelinePluginModel model)
public void update()
IGUIPluginViewIGUIPluginModel and display it.public java.lang.String getTitle()
IGUIPluginViewIGUIPlugin.IGUIPlugin.public void clear()
clear in class ASimpleMVCPluginView<SolutionPerformanceTimelinePluginModel,SolutionPerformanceTimelinePluginController,javafx.scene.chart.LineChart<java.lang.Number,java.lang.Number>>public int getNextIndexToDisplay()