Class TimeSliderGUIPluginView
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginView<TimeSliderGUIPluginModel,TimeSliderGUIPluginController,javafx.scene.layout.VBox>
-
- ai.libs.jaicore.graphvisualizer.plugin.timeslider.TimeSliderGUIPluginView
-
- All Implemented Interfaces:
IGUIPluginView,org.api4.java.common.control.ILoggingCustomizable
public class TimeSliderGUIPluginView extends ASimpleMVCPluginView<TimeSliderGUIPluginModel,TimeSliderGUIPluginController,javafx.scene.layout.VBox>
-
-
Field Summary
-
Fields inherited from class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginView
logger
-
-
Constructor Summary
Constructors Constructor Description TimeSliderGUIPluginView(TimeSliderGUIPluginModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()java.lang.StringgetTitle()Returns the title of the view of the associatedIGUIPlugin.voidhandleInputEvent()voidupdate()Requests this view to update itself, i.e. pull the latest information from the associatedIGUIPluginModeland display it.-
Methods inherited from class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginView
getController, getLoggerName, getModel, getNode, setController, setLoggerName
-
-
-
-
Constructor Detail
-
TimeSliderGUIPluginView
public TimeSliderGUIPluginView(TimeSliderGUIPluginModel model)
-
-
Method Detail
-
handleInputEvent
public void handleInputEvent()
-
update
public void update()
Description copied from interface:IGUIPluginViewRequests this view to update itself, i.e. pull the latest information from the associatedIGUIPluginModeland display it.
-
getTitle
public java.lang.String getTitle()
Description copied from interface:IGUIPluginViewReturns the title of the view of the associatedIGUIPlugin.- Returns:
- The title of the view of the associated
IGUIPlugin.
-
clear
public void clear()
- Specified by:
clearin classASimpleMVCPluginView<TimeSliderGUIPluginModel,TimeSliderGUIPluginController,javafx.scene.layout.VBox>
-
-