Home
last modified time | relevance | path

Searched refs:firePropertyChange (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/
DDraw9PatchEditor.java161 firePropertyChange(PROP_DIRTY); in doSave()
206 firePropertyChange(PROP_DIRTY); in update()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
DCommonXmlEditor.java454 public void firePropertyChange(int propertyId) { in firePropertyChange() method in CommonXmlEditor
455 super.firePropertyChange(propertyId); in firePropertyChange()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutEditorDelegate.java366 getEditor().firePropertyChange(IWorkbenchPart.PROP_TITLE); in showEditorInput()