Uses of Interface
io.keikai.ui.sys.UndoableActionManager
-
Packages that use UndoableActionManager Package Description io.keikai.ui Defines UI Component class of Keikai Spreadsheetio.keikai.ui.impl Classes for implementing Keikai Spreadsheet UI Components (implementation only).io.keikaiex.ui.impl -
-
Uses of UndoableActionManager in io.keikai.ui
Methods in io.keikai.ui that return UndoableActionManager Modifier and Type Method Description UndoableActionManager
Spreadsheet. getUndoableActionManager()
-
Uses of UndoableActionManager in io.keikai.ui.impl
Classes in io.keikai.ui.impl that implement UndoableActionManager Modifier and Type Class Description class
DummyUndoableActionManager
A dummy implementation of undoable action manager -
Uses of UndoableActionManager in io.keikaiex.ui.impl
Classes in io.keikaiex.ui.impl that implement UndoableActionManager Modifier and Type Class Description class
UndoableActionManagerImpl
default undoable action manager
-