OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawableEditorDelegate
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditorDelegate.java
39
public class
DrawableEditorDelegate
extends CommonXmlDelegate {
44
public
DrawableEditorDelegate
createForFile(
48
return new
DrawableEditorDelegate
(delegator);
68
private
DrawableEditorDelegate
(CommonXmlEditor editor) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java
27
import com.android.ide.eclipse.adt.internal.editors.drawable.
DrawableEditorDelegate
;
76
new
DrawableEditorDelegate
.Creator(),
89
DrawableEditorDelegate
.LEGACY_EDITOR_ID,
Completed in 1116 milliseconds