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 theSpreadsheetViewcontrol. -
-
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.CornerPositionSpreadsheetCell.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 voidSpreadsheetCell. 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.
-