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