Uses of Interface
editor.undo.IStagedStateEditable
-
Packages that use IStagedStateEditable Package Description editor editor.undo -
-
Uses of IStagedStateEditable in editor
Classes in editor that implement IStagedStateEditable Modifier and Type Class Description class
ScriptEditorUndoItem
-
Uses of IStagedStateEditable in editor.undo
Methods in editor.undo that return IStagedStateEditable Modifier and Type Method Description IStagedStateEditable
IStagedStateEdit. getStagedRedoState()
IStagedStateEditable
StagedStateEdit. getStagedRedoState()
IStagedStateEditable
IStagedStateEdit. getStagedUndoState()
IStagedStateEditable
StagedStateEdit. getStagedUndoState()
Constructors in editor.undo with parameters of type IStagedStateEditable Constructor Description StagedStateEdit(IStagedStateEditable anObject, String name)
-