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
Subclasses with type arguments of type SpreadsheetCell.CornerPosition in org.controlsfx.control.spreadsheetModifier and TypeClassDescriptionstatic enumThis enum states the four different corner available for positioning some elements in a cell.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 TypeMethodDescriptionvoidSpreadsheetCell.activateCorner(SpreadsheetCell.CornerPosition position) Activates the givenCornerPositionin order to display a little triangle in the cell.voidSpreadsheetCellBase.activateCorner(SpreadsheetCell.CornerPosition position) Activates the givenCornerPositionin order to display a little triangle in the cell.voidSpreadsheetCell.deactivateCorner(SpreadsheetCell.CornerPosition position) This deactivates the givenCornerPositionso that no triangle will be shown for this cell.voidSpreadsheetCellBase.deactivateCorner(SpreadsheetCell.CornerPosition position) This deactivates the givenCornerPositionso that no triangle will be shown for this cell.booleanSpreadsheetCell.isCornerActivated(SpreadsheetCell.CornerPosition position) Returnstrueif a triangle is displayed in the cell for the givenCornerPosition.booleanSpreadsheetCellBase.isCornerActivated(SpreadsheetCell.CornerPosition position) Returnstrueif a triangle is displayed in the cell for the givenCornerPosition.