OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayoutEditorDelegate
(Results
1 - 25
of
59
) sorted by null
1
2
3
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapWizard.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
22
public UnwrapWizard(UnwrapRefactoring ref,
LayoutEditorDelegate
editor) {
UseCompoundDrawableWizard.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
22
UseCompoundDrawableWizard(UseCompoundDrawableRefactoring ref,
LayoutEditorDelegate
editor) {
ChangeLayoutAction.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
44
public static IAction create(
LayoutEditorDelegate
editorDelegate) {
ChangeViewAction.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
44
public static IAction create(
LayoutEditorDelegate
editorDelegate) {
ExtractIncludeAction.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
44
public static IAction create(
LayoutEditorDelegate
editorDelegate) {
ExtractStyleAction.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
44
public static IAction create(
LayoutEditorDelegate
editorDelegate) {
UnwrapAction.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
44
public static IAction create(
LayoutEditorDelegate
editorDelegate) {
UseCompoundDrawableAction.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
44
public static IAction create(
LayoutEditorDelegate
editorDelegate) {
WrapInAction.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
44
public static IAction create(
LayoutEditorDelegate
editorDelegate) {
VisualRefactoringWizard.java
18
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
29
protected final
LayoutEditorDelegate
mDelegate;
31
public VisualRefactoringWizard(Refactoring refactoring,
LayoutEditorDelegate
editor) {
VisualRefactoringAction.java
21
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
43
protected
LayoutEditorDelegate
mDelegate;
93
mDelegate =
LayoutEditorDelegate
.fromEditor(editor);
136
public static IAction create(String title,
LayoutEditorDelegate
editorDelegate,
143
private
LayoutEditorDelegate
mEditorDelegate;
145
ActionWrapper(String title,
LayoutEditorDelegate
editorDelegate,
ExtractIncludeWizard.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
34
public ExtractIncludeWizard(ExtractIncludeRefactoring ref,
LayoutEditorDelegate
editor) {
UnwrapRefactoring.java
26
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
70
LayoutEditorDelegate
delegate,
77
UnwrapRefactoring(List<Element> selectedElements,
LayoutEditorDelegate
editor) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonActionContributor.java
18
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
35
LayoutEditorDelegate
delegate =
LayoutEditorDelegate
.fromEditor(part);
CommonXmlEditor.java
28
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
72
new
LayoutEditorDelegate
.Creator(),
85
LayoutEditorDelegate
.LEGACY_EDITOR_ID,
316
if (mDelegate instanceof
LayoutEditorDelegate
) {
317
((
LayoutEditorDelegate
) mDelegate).delegateSetInputWithNotify(input);
399
if (mDelegate instanceof
LayoutEditorDelegate
) {
400
((
LayoutEditorDelegate
) mDelegate).showEditorInput(editorInput);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvasViewer.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
49
private final
LayoutEditorDelegate
mEditorDelegate;
51
public LayoutCanvasViewer(
LayoutEditorDelegate
editorDelegate,
123
/** Unused. Refreshing is done solely by the owning {@link
LayoutEditorDelegate
}. */
ShowWithinMenu.java
5
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
22
private
LayoutEditorDelegate
mEditorDelegate;
24
ShowWithinMenu(
LayoutEditorDelegate
editorDelegate) {
LintTooltip.java
21
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
56
LayoutEditorDelegate
delegate = mCanvas.getEditorDelegate();
LintOverlay.java
20
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
64
LayoutEditorDelegate
editor = mCanvas.getEditorDelegate();
SelectionItem.java
22
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
148
LayoutEditorDelegate
layoutEditorDelegate
= canvas.getEditorDelegate();
153
String t =
layoutEditorDelegate
.getEditor().getXmlText(node);
LayoutWindowCoordinator.java
21
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
252
LayoutEditorDelegate
editor =
LayoutEditorDelegate
.fromEditor((IEditorPart) part);
ListViewTypeMenu.java
26
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
168
LayoutEditorDelegate
delegate = mCanvas.getEditorDelegate();
204
LayoutEditorDelegate
delegate = mCanvas.getEditorDelegate();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
UseCompoundDrawableDetectorFix.java
21
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
75
LayoutEditorDelegate
delegate =
76
LayoutEditorDelegate
.fromEditor(AdtUtils.getActiveEditor());
RemoveUselessViewFix.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
66
LayoutEditorDelegate
delegate =
67
LayoutEditorDelegate
.fromEditor(AdtUtils.getActiveEditor());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
UiViewElementNode.java
34
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditorDelegate
;
175
LayoutEditorDelegate
delegate =
LayoutEditorDelegate
.fromEditor(editor);
Completed in 695 milliseconds
1
2
3