HomeSort by relevance Sort by last modified time
    Searched refs:performCut (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
CopyCutAction.java 61 * @param performCut True if the operation is cut, false if it is copy.
64 UiElementNode selected, boolean performCut) {
65 this(editor, clipboard, xmlCommit, toList(selected), performCut);
73 * @param performCut True if the operation is cut, false if it is copy.
76 List<UiElementNode> selected, boolean performCut) {
77 super(performCut ? "Cut" : "Copy");
83 if (performCut) {
96 mPerformCut = performCut;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 405 public void performCut() {
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 81 milliseconds