Lines Matching refs:actions
43 …undo action records the information how to undo a single change. Undo actions are maintained in a …
52 …context is entered, all subsequently added Undo actions are not pushed onto the undo stack directl…
54 which comprises all those single Undo actions.<br/>
57 <h3>Hidden Undo actions</h3>
58 … <p>Hidden Undo actions are those which in no observable way contribute to the undo stack. That is,
60 … calling <member>undo</member> respectively <member>redo</member> will include those actions.<br/>
61 …Hidden Undo actions can be created by calling <member>enterHiddenUndoContext</member>, following by
112 … <li>In any user interface presenting the current Undo or Redo actions to the user, a hidden
160 …<p>The Undo manager takes ownership of any actions pushed onto the undo stack. This means that if …
260 /** returns the titles of all actions currently on the undo stack, from top to bottom
266 /** returns the titles of all actions currently on the Redo stack, from top to bottom
275 … <p>All actions will be removed from both the Undo and the Redo stack. Actions which implement the
286 …<p>All actions will be removed from the Redo stack. Actions which implement the <type scope="com::…