Package control
Class TabMitController
- java.lang.Object
-
- javafx.scene.control.Tab
-
- control.TabMitController
-
- All Implemented Interfaces:
javafx.css.Styleable,javafx.event.EventTarget
- Direct Known Subclasses:
EditTabMitController,HauptTabMitController,SimulationTabMitController,UnterTabMitController
public class TabMitController extends javafx.scene.control.TabDie Klasse TabMitController stellt die Oberklasse für alle Tabs des Graphentesters dar.- Version:
- v6.7 (9.12.2020)
- Author:
- Thomas Schaller
-
-
Field Summary
Fields Modifier and Type Field Description protected Graphgraphprotected GraphOptionsoptionsprotected GraphPlotterviewer
-
Constructor Summary
Constructors Constructor Description TabMitController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphOptionsgetGraphOptions()GraphPlottergetViewer()voidinitialize()voidsetGraph(Graph graph, GraphOptions options)protected voidtabOeffnen(GraphOptions taboptions)voidupdate()-
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
-
-
-
-
Field Detail
-
graph
protected Graph graph
-
options
protected GraphOptions options
-
viewer
protected GraphPlotter viewer
-
-
Method Detail
-
initialize
public void initialize()
-
tabOeffnen
protected void tabOeffnen(GraphOptions taboptions)
-
getGraphOptions
public GraphOptions getGraphOptions()
-
update
public void update()
-
setGraph
public void setGraph(Graph graph, GraphOptions options)
-
getViewer
public GraphPlotter getViewer()
-
-