HomeSort by relevance Sort by last modified time
    Searched defs:UNDO (Results 1 - 8 of 8) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEvent.java 203 * Undo
205 public static final int UNDO = 0xF000001B;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditorContributor.java 80 actionBars.setGlobalActionHandler(ActionFactory.UNDO.getId(),
81 getAction(editor, ITextEditorActionConstants.UNDO));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 168 * Creates undo redo actions for the editor site (so that it works for any page of this
175 IAction action = mTextEditor.getAction(ActionFactory.UNDO.getId());
176 bars.setGlobalActionHandler(ActionFactory.UNDO.getId(), action);
AndroidXmlEditor.java 224 * Creates undo redo actions for the editor site (so that it works for any page of this
231 IAction action = mTextEditor.getAction(ActionFactory.UNDO.getId());
232 bars.setGlobalActionHandler(ActionFactory.UNDO.getId(), action);
689 * Starts an "undo recording" session. This is managed by the underlying undo manager
695 * undo operation is recorded.)
697 * @param label The label for the undo operation. Can be null but we should really try to put
699 * @return True if the undo recording actually started, false if any kind of error occured.
718 * Ends an "undo recording" session.
737 * Creates an "undo recording" session by calling the undoableAction runnabl
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp 157 UNDO,
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 132 milliseconds