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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
IUiUpdateListener.java 23 public interface IUiUpdateListener {
UiDocumentNode.java 20 import com.android.ide.eclipse.adt.internal.editors.uimodel.IUiUpdateListener.UiUpdateState;
UiElementNode.java 45 import com.android.ide.eclipse.adt.internal.editors.uimodel.IUiUpdateListener.UiUpdateState;
131 /** An optional list of {@link IUiUpdateListener}. Most element nodes will not have any
133 private List<IUiUpdateListener> mUiUpdateListeners;
733 * Adds a new {@link IUiUpdateListener} to the internal update listener list.
737 public void addUpdateListener(IUiUpdateListener listener) {
739 mUiUpdateListeners = new ArrayList<IUiUpdateListener>();
747 * Removes an existing {@link IUiUpdateListener} from the internal update listener list.
752 public void removeUpdateListener(IUiUpdateListener listener) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 24 import com.android.ide.eclipse.adt.internal.editors.uimodel.IUiUpdateListener;
158 private class AppNodeUpdateListener implements IUiUpdateListener {
ApplicationToggle.java 23 import com.android.ide.eclipse.adt.internal.editors.uimodel.IUiUpdateListener;
24 import com.android.ide.eclipse.adt.internal.editors.uimodel.IUiUpdateListener.UiUpdateState;
291 private class AppNodeUpdateListener implements IUiUpdateListener {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 28 import com.android.ide.eclipse.adt.internal.editors.uimodel.IUiUpdateListener;
347 final IUiUpdateListener updateListener = new IUiUpdateListener() {
UiTreeBlock.java 25 import com.android.ide.eclipse.adt.internal.editors.uimodel.IUiUpdateListener;
124 private IUiUpdateListener mUiRefreshListener;
126 private IUiUpdateListener mUiEnableListener;
275 mUiRefreshListener = new IUiUpdateListener() {
282 mUiEnableListener = new IUiUpdateListener() {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java 24 import com.android.ide.eclipse.adt.internal.editors.uimodel.IUiUpdateListener;
65 implements IPropertySheetPage, IUiUpdateListener, IPage {
206 // Implements IUiUpdateListener

Completed in 3162 milliseconds