OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayoutEditor
(Results
1 - 25
of
44
) sorted by null
1
2
/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.
LayoutEditor
;
22
public UnwrapWizard(UnwrapRefactoring ref,
LayoutEditor
editor) {
ChangeLayoutAction.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
44
public static IAction create(
LayoutEditor
editor) {
ChangeViewAction.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
44
public static IAction create(
LayoutEditor
editor) {
ExtractIncludeAction.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
44
public static IAction create(
LayoutEditor
editor) {
ExtractStyleAction.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
44
public static IAction create(
LayoutEditor
editor) {
UnwrapAction.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
44
public static IAction create(
LayoutEditor
editor) {
WrapInAction.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
44
public static IAction create(
LayoutEditor
editor) {
VisualRefactoringWizard.java
18
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
29
protected final
LayoutEditor
mEditor;
31
public VisualRefactoringWizard(Refactoring refactoring,
LayoutEditor
editor) {
VisualRefactoringAction.java
21
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
42
protected
LayoutEditor
mEditor;
90
if (editor instanceof
LayoutEditor
) {
91
mEditor = (
LayoutEditor
) editor;
134
public static IAction create(String title,
LayoutEditor
editor,
141
private
LayoutEditor
mEditor;
143
ActionWrapper(String title,
LayoutEditor
editor,
ExtractIncludeWizard.java
19
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
34
public ExtractIncludeWizard(ExtractIncludeRefactoring ref,
LayoutEditor
editor) {
RefactoringAssistant.java
21
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
172
if (xmlEditor instanceof
LayoutEditor
) {
173
LayoutEditor
editor = (
LayoutEditor
) xmlEditor;
UnwrapRefactoring.java
25
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
67
public UnwrapRefactoring(IFile file,
LayoutEditor
editor, ITextSelection selection,
73
UnwrapRefactoring(List<Element> selectedElements,
LayoutEditor
editor) {
ChangeViewRefactoring.java
26
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
77
public ChangeViewRefactoring(IFile file,
LayoutEditor
editor, ITextSelection selection,
83
ChangeViewRefactoring(List<Element> selectedElements,
LayoutEditor
editor) {
ChangeLayoutWizard.java
27
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
49
public ChangeLayoutWizard(ChangeLayoutRefactoring ref,
LayoutEditor
editor) {
ChangeViewWizard.java
23
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
47
public ChangeViewWizard(ChangeViewRefactoring ref,
LayoutEditor
editor) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorActionContributor.java
37
if (part instanceof
LayoutEditor
) {
38
LayoutCanvas canvas = ((
LayoutEditor
)part).getGraphicalEditor().getCanvasControl();
/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
;
ListViewTypeMenu.java
25
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
169
LayoutEditor
editor = mCanvas.getLayoutEditor();
208
LayoutEditor
editor = mCanvas.getLayoutEditor();
224
LayoutEditor
editor = mCanvas.getLayoutEditor();
SelectionItem.java
20
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
132
LayoutEditor
layoutEditor
= canvas.getLayoutEditor();
137
String t =
layoutEditor
.getXmlText(node);
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);
FragmentMenu.java
27
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
227
LayoutEditor
editor = mCanvas.getLayoutEditor();
274
LayoutEditor
editor = mCanvas.getLayoutEditor();
PlayAnimationMenu.java
27
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
229
LayoutEditor
editor = mCanvas.getLayoutEditor();
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
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java
30
import com.android.ide.eclipse.adt.internal.editors.layout.
LayoutEditor
;
205
if (editor instanceof
LayoutEditor
) {
207
((
LayoutEditor
) editor).wrapUndoEditXmlModel(
269
if (editor instanceof
LayoutEditor
) {
270
engine = ((
LayoutEditor
)editor).getRulesEngine();
442
if (editor instanceof
LayoutEditor
) {
443
return ((
LayoutEditor
) editor).getFqcnViewDescriptor(fqcn);
Completed in 638 milliseconds
1
2