OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutlinePage
(Results
1 - 8
of
8
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDragListener.java
32
private
OutlinePage
mOutlinePage;
36
public OutlineDragListener(
OutlinePage
outlinePage
, TreeViewer treeViewer) {
38
mOutlinePage =
outlinePage
;
124
return
OutlinePage
.getViewInfo(data);
OutlineDropListener.java
39
private final
OutlinePage
mOutlinePage;
41
public OutlineDropListener(
OutlinePage
outlinePage
, TreeViewer treeViewer) {
43
mOutlinePage =
outlinePage
;
84
CanvasViewInfo parent =
OutlinePage
.getViewInfo(event.item.getData());
177
CanvasViewInfo parent =
OutlinePage
.getViewInfo(event.item.getData());
OutlinePage.java
140
public class
OutlinePage
extends ContentOutlinePage
179
OutlinePage
.this.fireSelectionChanged(getSelection());
229
* Creates a new {@link
OutlinePage
} associated with the given editor
233
public
OutlinePage
(GraphicalEditorPart graphicalEditorPart) {
[
all
...]
MoveGesture.java
784
OutlinePage
outline = mCanvas.getOutlinePage();
[
all
...]
LayoutCanvas.java
172
private
OutlinePage
mOutlinePage;
690
* Returns the {@link
OutlinePage
} associated with this canvas
692
* @return the {@link
OutlinePage
} associated with this canvas
694
public
OutlinePage
getOutlinePage() {
[
all
...]
GraphicalEditorPart.java
288
private
OutlinePage
mOutlinePage;
458
mOutlinePage = new
OutlinePage
(this);
608
if (currentPage instanceof
OutlinePage
) {
[
all
...]
SelectionManager.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java
39
import com.android.ide.eclipse.adt.internal.editors.layout.gle2.
OutlinePage
;
133
private
OutlinePage
mLayoutOutline;
517
OutlinePage
outlinePage
= mCanvas.getOutlinePage();
518
if (
outlinePage
!= null) {
519
outlinePage
.refreshIcons();
657
public
OutlinePage
getGraphicalOutline() {
659
mLayoutOutline = new
OutlinePage
(mGraphicalEditor);
[
all
...]
Completed in 74 milliseconds