Uses of Interface
com.cosylab.vdct.undo.MacroActionEventListener
-
Packages that use MacroActionEventListener Package Description com.cosylab.vdct.inspector.sheet com.cosylab.vdct.undo -
-
Uses of MacroActionEventListener in com.cosylab.vdct.inspector.sheet
Classes in com.cosylab.vdct.inspector.sheet that implement MacroActionEventListener Modifier and Type Class Description class
SpreadsheetInspector
-
Uses of MacroActionEventListener in com.cosylab.vdct.undo
Methods in com.cosylab.vdct.undo with parameters of type MacroActionEventListener Modifier and Type Method Description void
UndoManager. addMacroActionEventListener(MacroActionEventListener listener)
void
UndoManager. removeMacroActionEventListener(MacroActionEventListener listener)
-