Uses of Class
org.controlsfx.control.spreadsheet.SpreadsheetColumn
Packages that use SpreadsheetColumn
Package
Description
A package containing model and view related classes used by the
SpreadsheetView control.-
Uses of SpreadsheetColumn in org.controlsfx.control.spreadsheet
Methods in org.controlsfx.control.spreadsheet that return types with arguments of type SpreadsheetColumnModifier and TypeMethodDescriptionfinal javafx.collections.ObservableList<SpreadsheetColumn> SpreadsheetView.getColumns()Return an ObservableList of theSpreadsheetColumnused.javafx.collections.ObservableList<SpreadsheetColumn> SpreadsheetView.getFixedColumns()You can freeze or unfreeze a column by modifying this list.Methods in org.controlsfx.control.spreadsheet with parameters of type SpreadsheetColumnModifier and TypeMethodDescriptionfinal voidSpreadsheetViewSelectionModel.clearAndSelect(int row, SpreadsheetColumn column) Clears all selection, and then selects the cell at the given row/column intersection in theSpreadsheetView.voidSpreadsheetView.edit(int row, SpreadsheetColumn column) Causes the cell at the given row/column view indexes to switch into its editing state, if it is not already in it, and assuming that the SpreadsheetView and column are also editable.final voidSpreadsheetViewSelectionModel.focus(int row, SpreadsheetColumn column) Causes the cell at the given index to receive the focus.voidSpreadsheetView.hideColumn(SpreadsheetColumn column) Hide the specifiedSpreadsheetColumn.voidSpreadsheetView.scrollToColumn(SpreadsheetColumn column) Scrolls the SpreadsheetView so that the givenSpreadsheetColumnis visible.final voidSpreadsheetViewSelectionModel.select(int row, SpreadsheetColumn column) Selects the cell at the given row/column intersection.voidSpreadsheetViewSelectionModel.selectRange(int minRow, SpreadsheetColumn minColumn, int maxRow, SpreadsheetColumn maxColumn) Selects the cells in the range (minRow, minColumn) to (maxRow, maxColumn), inclusive.voidSpreadsheetView.showColumn(SpreadsheetColumn column) Show the specifiedSpreadsheetColumn.Method parameters in org.controlsfx.control.spreadsheet with type arguments of type SpreadsheetColumnModifier and TypeMethodDescriptionbooleanSpreadsheetView.areSpreadsheetColumnsFixable(List<? extends SpreadsheetColumn> list) Indicates whether a List ofSpreadsheetColumncan be fixed or not.