OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layoutEditor
(Results
1 - 22
of
22
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoringTest.java
49
TestLayoutEditor
layoutEditor
= info.mLayoutEditor;
53
layoutEditor
);
UnwrapRefactoringTest.java
46
TestLayoutEditor
layoutEditor
= info.mLayoutEditor;
51
layoutEditor
);
WrapInRefactoringTest.java
50
TestLayoutEditor
layoutEditor
= info.mLayoutEditor;
54
layoutEditor
);
ChangeLayoutRefactoringTest.java
114
TestLayoutEditor
layoutEditor
= info.mLayoutEditor;
120
layoutEditor
);
ExtractStyleRefactoringTest.java
137
TestLayoutEditor
layoutEditor
= info.mLayoutEditor;
148
layoutEditor
);
164
TestLayoutEditor
layoutEditor
= info.mLayoutEditor;
175
layoutEditor
, selection, null);
ExtractIncludeRefactoringTest.java
140
TestLayoutEditor
layoutEditor
= info.mLayoutEditor;
144
layoutEditor
);
RefactoringAssistantTest.java
80
AndroidXmlEditor
layoutEditor
= (AndroidXmlEditor) editor;
81
final ISourceViewer viewer =
layoutEditor
.getStructuredSourceViewer();
RefactoringTest.java
292
TestLayoutEditor
layoutEditor
= new TestLayoutEditor(file, structuredDocument, null);
303
testInfo.mLayoutEditor =
layoutEditor
;
/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.
LayoutEditor
;
49
private final
LayoutEditor
mLayoutEditor;
51
public LayoutCanvasViewer(
LayoutEditor
layoutEditor
,
55
mLayoutEditor =
layoutEditor
;
56
mCanvas = new LayoutCanvas(
layoutEditor
, rulesEngine, parent, style);
119
/** Unused. Refreshing is done solely by the owning {@link
LayoutEditor
}. */
ShowWithinMenu.java
5
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
22
private
LayoutEditor
mLayoutEditor;
24
ShowWithinMenu(
LayoutEditor
layoutEditor
) {
26
mLayoutEditor =
layoutEditor
;
ClipboardSupport.java
24
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
225
LayoutEditor
editor = mCanvas.getLayoutEditor();
307
final
LayoutEditor
layoutEditor
= mCanvas.getLayoutEditor();
308
final UiDocumentNode uiDoc =
layoutEditor
.getUiRootNode();
315
final ViewElementDescriptor viewDesc =
layoutEditor
.getFqcnViewDescriptor(rootFqcn);
330
layoutEditor
.wrapUndoEditXmlModel(title, new Runnable() {
366
layoutEditor
.getFqcnViewDescriptor(childFqcn);
SelectionItem.java
20
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
132
LayoutEditor
layoutEditor
= canvas.getLayoutEditor();
137
String t =
layoutEditor
.getXmlText(node);
LayoutCanvas.java
28
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
124
private final
LayoutEditor
mLayoutEditor;
227
public LayoutCanvas(
LayoutEditor
layoutEditor
,
232
mLayoutEditor =
layoutEditor
;
240
IFile file =
layoutEditor
!= null ?
layoutEditor
.getInputFile() : null;
307
Object outline =
layoutEditor
.getAdapter(IContentOutlinePage.class);
435
* Returns the {@link
LayoutEditor
} associated with this canvas.
437
public
LayoutEditor
getLayoutEditor()
[
all
...]
PreviewIconFactory.java
36
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
209
LayoutEditor
layoutEditor
= editor.getLayoutEditor();
232
AndroidTargetData data =
layoutEditor
.getTargetData();
240
model.setEditor(
layoutEditor
);
PaletteControl.java
39
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
[
all
...]
GraphicalEditorPart.java
46
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
160
* outline and property sheet (these are registered by {@link
LayoutEditor
#getAdapter(Class)}).
199
private final
LayoutEditor
mLayoutEditor;
252
public GraphicalEditorPart(
LayoutEditor
layoutEditor
) {
253
mLayoutEditor =
layoutEditor
;
368
* Listens to workbench selections that does NOT come from {@link
LayoutEditor
}
375
if (!(part instanceof
LayoutEditor
)) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlCharacterMatcherTest.java
111
AndroidXmlEditor
layoutEditor
= (AndroidXmlEditor) editor;
112
ISourceViewer viewer =
layoutEditor
.getStructuredSourceViewer();
117
IStructuredDocument document =
layoutEditor
.getStructuredDocument();
AndroidXmlAutoEditStrategyTest.java
44
AndroidXmlEditor
layoutEditor
= (AndroidXmlEditor) editor;
45
ISourceViewer viewer =
layoutEditor
.getStructuredSourceViewer();
AndroidContentAssistTest.java
34
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
755
IDE.setDefaultEditor(file,
LayoutEditor
.ID);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java
119
AndroidXmlEditor
layoutEditor
= (AndroidXmlEditor) editor;
120
final ISourceViewer viewer =
layoutEditor
.getStructuredSourceViewer();
226
AndroidXmlEditor
layoutEditor
= (AndroidXmlEditor) editor;
227
final ISourceViewer viewer =
layoutEditor
.getStructuredSourceViewer();
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/xml/
HyperlinksTest.java
199
AndroidXmlEditor
layoutEditor
= (AndroidXmlEditor) editor;
200
ISourceViewer viewer =
layoutEditor
.getStructuredSourceViewer();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java
49
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
684
if (editor instanceof
LayoutEditor
) {
685
LayoutEditor
layoutEditor
= (
LayoutEditor
) editor;
686
GraphicalEditorPart graphicalEditor =
layoutEditor
.getGraphicalEditor();
720
if (part instanceof
LayoutEditor
) {
721
LayoutEditor
layoutEditor
= (
LayoutEditor
) part
[
all
...]
Completed in 102 milliseconds