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 UndoableActionManagerSpreadsheet. getUndoableActionManager() -
Uses of UndoableActionManager in io.keikai.ui.impl
Classes in io.keikai.ui.impl that implement UndoableActionManager Modifier and Type Class Description classDummyUndoableActionManagerA 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 classUndoableActionManagerImpldefault undoable action manager
-