OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IUiUpdateListener
(Results
1 - 7
of
7
) 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
42
import com.android.ide.eclipse.adt.internal.editors.uimodel.
IUiUpdateListener
.UiUpdateState;
127
/** An optional list of {@link
IUiUpdateListener
}. Most element nodes will not have any
129
private ArrayList<
IUiUpdateListener
> mUiUpdateListeners;
728
* Adds a new {@link
IUiUpdateListener
} to the internal update listener list.
732
public void addUpdateListener(
IUiUpdateListener
listener) {
734
mUiUpdateListeners = new ArrayList<
IUiUpdateListener
>();
742
* Removes an existing {@link
IUiUpdateListener
} from the internal update listener list.
747
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
;
25
import com.android.ide.eclipse.adt.internal.editors.uimodel.
IUiUpdateListener
.UiUpdateState;
290
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
;
336
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;
274
mUiRefreshListener = new
IUiUpdateListener
() {
280
mUiEnableListener = new
IUiUpdateListener
() {
[
all
...]
Completed in 125 milliseconds