Class TableViewer.DataSetsModel.DataSetTableColumn

  • All Implemented Interfaces:
    javafx.css.Styleable, javafx.event.EventTarget
    Enclosing class:
    TableViewer.DataSetsModel

    protected class TableViewer.DataSetsModel.DataSetTableColumn
    extends javafx.scene.control.TableColumn<TableViewer.DataSetsRow,​java.lang.Double>
    A Column representing an actual colum displaying Double values from a DataSet.
    Author:
    akrimm
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javafx.scene.control.TableColumn

        javafx.scene.control.TableColumn.CellDataFeatures<S extends java.lang.Object,​T extends java.lang.Object>, javafx.scene.control.TableColumn.CellEditEvent<S extends java.lang.Object,​T extends java.lang.Object>, javafx.scene.control.TableColumn.SortType
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean active  
      • Fields inherited from class javafx.scene.control.TableColumn

        DEFAULT_CELL_FACTORY
      • Fields inherited from class javafx.scene.control.TableColumnBase

        DEFAULT_COMPARATOR
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getValue​(int row)  
      void update​(de.gsi.dataset.DataSet newDataSet)  
      • Methods inherited from class javafx.scene.control.TableColumn

        cellFactoryProperty, cellValueFactoryProperty, editAnyEvent, editCancelEvent, editCommitEvent, editStartEvent, getCellFactory, getCellObservableValue, getCellObservableValue, getCellValueFactory, getClassCssMetaData, getColumns, getCssMetaData, getOnEditCancel, getOnEditCommit, getOnEditStart, getSortType, getStyleableNode, getStyleableParent, getTableView, getTypeSelector, onEditCancelProperty, onEditCommitProperty, onEditStartProperty, setCellFactory, setCellValueFactory, setOnEditCancel, setOnEditCommit, setOnEditStart, setSortType, sortTypeProperty, tableViewProperty
      • Methods inherited from class javafx.scene.control.TableColumnBase

        addEventHandler, buildEventDispatchChain, comparatorProperty, contextMenuProperty, editableProperty, getCellData, getCellData, getComparator, getContextMenu, getGraphic, getId, getMaxWidth, getMinWidth, getParentColumn, getPrefWidth, getProperties, getPseudoClassStates, getSortNode, getStyle, getStyleClass, getText, getUserData, getWidth, graphicProperty, hasProperties, idProperty, isEditable, isReorderable, isResizable, isSortable, isVisible, maxWidthProperty, minWidthProperty, parentColumnProperty, prefWidthProperty, removeEventHandler, reorderableProperty, resizableProperty, setComparator, setContextMenu, setEditable, setGraphic, setId, setMaxWidth, setMinWidth, setPrefWidth, setReorderable, setResizable, setSortable, setSortNode, setStyle, setText, setUserData, setVisible, sortableProperty, sortNodeProperty, styleProperty, textProperty, visibleProperty, widthProperty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javafx.event.EventTarget

        buildEventDispatchChain
    • Field Detail

      • active

        protected boolean active
    • Constructor Detail

      • DataSetTableColumn

        public DataSetTableColumn​(TableViewer.ColumnType type)
        Creates a TableColumn with the text set to the provided string, with default comparator. The cell factory and onEditCommit implementation facilitate editing of the DataSet column identified by the ds and type Parameter
        Parameters:
        type - The field of the data to be shown
    • Method Detail

      • getValue

        public double getValue​(int row)
      • update

        public void update​(de.gsi.dataset.DataSet newDataSet)