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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
PropertyCallback.java 66 selectedNodes.get(0).editXml(mUndoLabel, new INodeHandler() {
  /sdk/rule_api/src/com/android/ide/common/api/
INode.java 116 * by an editXml() call. This call creates both an undo context wrapper and an
122 void editXml(@NonNull String undoName, @NonNull INodeHandler callback);
124 // TODO define an exception that methods below will throw if editXml() is not wrapping
132 * This call must be done in the context of editXml().
147 * This call must be done in the context of editXml().
161 * This call must be done in the context of editXml().
176 * This call must be done in the context of editXml().
189 * That means that if called in the context of {@link #editXml(String, INodeHandler)}, the value
191 * the editXml closure is completed and the actual XML is updated.
260 * That means that if called in the context of {@link #editXml(String, INodeHandler)}, the valu
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 102 public void editXml(String undoName, INodeHandler callback) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 212 public void editXml(String undoName, final INodeHandler c) {
236 throw new RuntimeException("Error: XML edit call without using INode.editXml!");

Completed in 329 milliseconds