Class AbstractTableCellType<T>

    • Constructor Detail

      • AbstractTableCellType

        public AbstractTableCellType()
    • Method Detail

      • updateAlignment

        public void updateAlignment​(FxTableCell<?,​T> tableCell,
                                    javafx.geometry.Pos alignment)
        Updates the alignment of the table cell's contents.
        Parameters:
        tableCell - the cell, never null
        alignment - the alignment suggested by the cell type, never null
      • getEditorType

        public java.lang.Class<?> getEditorType()
        Description copied from interface: TableCellType
        Gets the intrinsic type of the editor.
        Specified by:
        getEditorType in interface TableCellType<T>
        Returns:
        the editor's type