Uses of Interface
org.openl.rules.table.actions.IUndoableAction
-
Packages that use IUndoableAction Package Description org.openl.rules.table.actions org.openl.rules.table.actions.style org.openl.rules.table.actions.style.font -
-
Uses of IUndoableAction in org.openl.rules.table.actions
Subinterfaces of IUndoableAction in org.openl.rules.table.actions Modifier and Type Interface Description interfaceIUndoableGridTableActionClasses in org.openl.rules.table.actions that implement IUndoableAction Modifier and Type Class Description classAUndoableCellActionclassGridRegionActionclassMergeCellsActionclassSetBorderStyleActionclassUndoableClearActionclassUndoableCompositeActionclassUndoableCopyValueActionclassUndoableEditTableActionclassUndoableInsertActionDefault behaviour for insert operations.classUndoableInsertColumnsActionclassUndoableInsertRowsActionclassUndoableMoveTableActionAction for moving table to unoccupied place of grid.classUndoableRemoveActionDefault behaviour for remove action.classUndoableRemoveColumnsActionclassUndoableRemoveRowsActionclassUndoableResizeMergedRegionActionAction which resizes merged regions in some grid.classUndoableSetValueActionclassUndoableShiftValueActionShift cell with merged region.classUnmergeByColumnsActionMethods in org.openl.rules.table.actions that return IUndoableAction Modifier and Type Method Description IUndoableActionUndoableActions. getRedoAction()IUndoableActionUndoableActions. getUndoAction()Methods in org.openl.rules.table.actions with parameters of type IUndoableAction Modifier and Type Method Description voidUndoableActions. addNewAction(IUndoableAction iu) -
Uses of IUndoableAction in org.openl.rules.table.actions.style
Classes in org.openl.rules.table.actions.style that implement IUndoableAction Modifier and Type Class Description classSetAlignmentActionclassSetFillColorActionclassSetIndentAction -
Uses of IUndoableAction in org.openl.rules.table.actions.style.font
Classes in org.openl.rules.table.actions.style.font that implement IUndoableAction Modifier and Type Class Description classSetBoldActionclassSetColorActionclassSetItalicActionclassSetUnderlineAction
-