Class SpreadsheetCellEditor.TextAreaEditor

java.lang.Object
org.controlsfx.control.spreadsheet.SpreadsheetCellEditor
org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.TextAreaEditor
Enclosing class:
SpreadsheetCellEditor

public static class SpreadsheetCellEditor.TextAreaEditor extends SpreadsheetCellEditor
A SpreadsheetCellEditor for SpreadsheetCellType.StringType typed cells. It displays a TextField where the user can type different values.
  • Constructor Details

    • TextAreaEditor

      public TextAreaEditor(SpreadsheetView view)
      Constructor for the StringEditor.
      Parameters:
      view - The SpreadsheetView
  • Method Details