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 65 selectedNodes.get(0).editXml(mUndoLabel, new INodeHandler() {
  /sdk/rule_api/src/com/android/ide/common/api/
INode.java 106 * by an editXml() call. This call creates both an undo context wrapper and an
112 void editXml(String undoName, final INodeHandler callback);
114 // TODO define an exception that methods below will throw if editXml() is not wrapping
122 * This call must be done in the context of editXml().
136 * This call must be done in the context of editXml().
149 * This call must be done in the context of editXml().
164 * This call must be done in the context of editXml().
177 * That means that if called in the context of {@link #editXml(String, INodeHandler)}, the value
179 * the editXml closure is completed and the actual XML is updated.
244 * 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 100 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 202 public void editXml(String undoName, final INodeHandler c) {
225 throw new RuntimeException("Error: XML edit call without using INode.editXml!");

Completed in 1271 milliseconds