Package control
Class SimulationTabMitController
- java.lang.Object
-
- javafx.scene.control.Tab
-
- control.TabMitController
-
- control.SimulationTabMitController
-
- All Implemented Interfaces:
javafx.css.Styleable,javafx.event.EventTarget
public class SimulationTabMitController extends TabMitController
Die Klasse SimulationTabMitController stellt einen Tab inclusive ihres Controllers zur Simulation eines Algorithmus dar. Der Algorithmus kann ausgewählt und schrittweise durchgeführt werden.- Version:
- v6.7 (9.12.2020)
- Author:
- Thomas Schaller
-
-
Field Summary
-
Fields inherited from class control.TabMitController
graph, options, viewer
-
-
Constructor Summary
Constructors Constructor Description SimulationTabMitController(Graph graph, GraphOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize()voidmBreak(javafx.event.ActionEvent event)(package private) voidmReset(javafx.event.ActionEvent event)(package private) voidmStart(javafx.event.ActionEvent event)(package private) voidmStep(javafx.event.ActionEvent event)voidsetGraph(Graph graph, GraphOptions options)voidshowHilfe(boolean b)-
Methods inherited from class control.TabMitController
getGraphOptions, getViewer, tabOeffnen, update
-
Methods inherited from class javafx.scene.control.Tab
buildEventDispatchChain, closableProperty, contentProperty, contextMenuProperty, disabledProperty, disableProperty, getClassCssMetaData, getContent, getContextMenu, getCssMetaData, getGraphic, getId, getOnClosed, getOnCloseRequest, getOnSelectionChanged, getProperties, getPseudoClassStates, getStyle, getStyleableParent, getStyleClass, getTabPane, getText, getTooltip, getTypeSelector, getUserData, graphicProperty, hasProperties, idProperty, isClosable, isDisable, isDisabled, isSelected, onClosedProperty, onCloseRequestProperty, onSelectionChangedProperty, selectedProperty, setClosable, setContent, setContextMenu, setDisable, setGraphic, setId, setOnClosed, setOnCloseRequest, setOnSelectionChanged, setStyle, setText, setTooltip, setUserData, styleProperty, tabPaneProperty, textProperty, tooltipProperty
-
-
-
-
Constructor Detail
-
SimulationTabMitController
public SimulationTabMitController(Graph graph, GraphOptions options)
-
-
Method Detail
-
initialize
public void initialize()
- Overrides:
initializein classTabMitController
-
showHilfe
public void showHilfe(boolean b)
-
setGraph
public void setGraph(Graph graph, GraphOptions options)
- Overrides:
setGraphin classTabMitController
-
mReset
void mReset(javafx.event.ActionEvent event)
-
mStep
void mStep(javafx.event.ActionEvent event)
-
mStart
void mStart(javafx.event.ActionEvent event)
-
mBreak
public void mBreak(javafx.event.ActionEvent event)
-
-