Uses of Class
org.controlsfx.control.spreadsheet.SpreadsheetCell.CornerPosition
-
Packages that use SpreadsheetCell.CornerPosition Package Description org.controlsfx.control.spreadsheet A package containing model and view related classes used by theSpreadsheetView
control. -
-
Uses of SpreadsheetCell.CornerPosition in org.controlsfx.control.spreadsheet
Methods in org.controlsfx.control.spreadsheet that return SpreadsheetCell.CornerPosition Modifier and Type Method Description static SpreadsheetCell.CornerPosition
SpreadsheetCell.CornerPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpreadsheetCell.CornerPosition[]
SpreadsheetCell.CornerPosition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.controlsfx.control.spreadsheet with parameters of type SpreadsheetCell.CornerPosition Modifier and Type Method Description void
SpreadsheetCell. activateCorner(SpreadsheetCell.CornerPosition position)
Activates the givenCornerPosition
in order to display a little triangle in the cell.void
SpreadsheetCellBase. activateCorner(SpreadsheetCell.CornerPosition position)
Activates the givenCornerPosition
in order to display a little triangle in the cell.void
SpreadsheetCell. deactivateCorner(SpreadsheetCell.CornerPosition position)
This deactivates the givenCornerPosition
so that no triangle will be shown for this cell.void
SpreadsheetCellBase. deactivateCorner(SpreadsheetCell.CornerPosition position)
This deactivates the givenCornerPosition
so that no triangle will be shown for this cell.boolean
SpreadsheetCell. isCornerActivated(SpreadsheetCell.CornerPosition position)
Returnstrue
if a triangle is displayed in the cell for the givenCornerPosition
.boolean
SpreadsheetCellBase. isCornerActivated(SpreadsheetCell.CornerPosition position)
Returnstrue
if a triangle is displayed in the cell for the givenCornerPosition
.
-