Uses of Package
org.controlsfx.control.spreadsheet
Packages that use org.controlsfx.control.spreadsheet
Package
Description
A package containing model and view related classes used by the
SpreadsheetView
control.-
Classes in org.controlsfx.control.spreadsheet used by org.controlsfx.control.spreadsheetClassDescriptionIf anyone wants to display a specific Graphic in a SpreadsheetCell, a solution is to provide a Node (for example a WebView) that will be displayed in the cell.The interface for implementing Filters on
SpreadsheetColumn
.That class holds someSpreadsheetCell
in order to be used by theSpreadsheetView
.This class represents a single change happening in aGrid
.Pickers can display some Images next to the headers.Interface of the cells used in theSpreadsheetView
.This enum states the four different corner available for positioning some elements in a cell.SpreadsheetCellEditor are used bySpreadsheetCellType
andSpreadsheetCell
in order to control how each value will be entered.When instantiating aSpreadsheetCell
, its SpreadsheetCellType will specify which values the cell can accept as user input, and whichSpreadsheetCellEditor
it will use to receive user input.TheSpreadsheetCell
LocalDate
type base class.TheSpreadsheetCell
Double
type base class.TheSpreadsheetCell
Integer
type base class.TheSpreadsheetCell
List
type base class.TheSpreadsheetCell
String
type base class.ASpreadsheetView
is made up of a number ofSpreadsheetColumn
instances.The SpreadsheetView is a control similar to the JavaFXTableView
control but with different functionalities and use cases.This event is thrown on the SpreadsheetView when the user resize a column with its mouse.This event is thrown on the SpreadsheetView when the user resize a row with its mouse.The SpanType describes in which state each cell can be.This class provides basic support for common interaction on theSpreadsheetView
.This class is used by some of theSpreadsheetCellType
in order to use a specific format.
Since the format is specified in theSpreadsheetCell
, we need a converter which provide a runtime methodStringConverterWithFormat.toStringFormat(Object, String)
.
This class provide two constructors: A default one where you implement the three abstract methods. Another one which takes another StringConverter.