Home | History | Annotate | Download | only in gle2

Lines Matching refs:UiElementNode

28 import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
29 import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode.NodeCreationListener;
353 final List<UiElementNode> added = new ArrayList<UiElementNode>();
358 public void nodeCreated(UiElementNode parent, UiElementNode child, int index) {
375 public void nodeDeleted(UiElementNode parent, UiElementNode child, int previousIndex) {
395 UiElementNode.addNodeCreationListener(listener);
414 UiElementNode.removeNodeCreationListener(listener);
419 for (UiElementNode uiNode : added) {