public class PubTab
extends javafx.scene.control.Tab
Constructor and Description |
---|
PubTab(MainWindow mainWindow,
Publication p)
Sets up the tab.
|
buildEventDispatchChain, closableProperty, contentProperty, contextMenuProperty, getContent, getContextMenu, getGraphic, getId, getOnClosed, getOnSelectionChanged, getStyle, getStyleClass, getTabPane, getText, getTooltip, graphicProperty, idProperty, isClosable, isSelected, onClosedProperty, onSelectionChangedProperty, selectedProperty, setClosable, setContent, setContextMenu, setEventHandler, setGraphic, setId, setOnClosed, setOnSelectionChanged, setStyle, setText, setTooltip, styleProperty, tabPaneProperty, textProperty, tooltipProperty
public PubTab(MainWindow mainWindow, Publication p)
mainWindow
- MainWindow which hold the tabs.p
- Publication to be displayed.