Package | Description |
---|---|
io.keikai.ui.impl.ua |
Classes that doing system user action control on Keikai Spreadsheet UI Components.
|
io.keikai.ui.impl.undo |
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
|
Constructor and Description |
---|
ClearCellHandler(ClearCellAction.Type type) |
Modifier and Type | Method and Description |
---|---|
static ClearCellAction.Type |
ClearCellAction.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClearCellAction.Type[] |
ClearCellAction.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ClearCellAction(String label,
Sheet sheet,
int row,
int column,
int lastRow,
int lastColumn,
ClearCellAction.Type type) |
Copyright © 2019. All rights reserved.