Uses of Enum
org.controlsfx.control.spreadsheet.SpreadsheetCell.CornerPosition
Packages that use SpreadsheetCell.CornerPosition
Package
Description
A package containing model and view related classes used by the
SpreadsheetView
control.-
Uses of SpreadsheetCell.CornerPosition in org.controlsfx.control.spreadsheet
Methods in org.controlsfx.control.spreadsheet that return SpreadsheetCell.CornerPositionModifier and TypeMethodDescriptionReturns 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.CornerPositionModifier and TypeMethodDescriptionvoid
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
.