OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outlinepage
(Results
1 - 9
of
9
) 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
...]
SelectionManager.java
[
all
...]
DynamicContextMenu.java
80
* created by {@link
OutlinePage
}. Different root {@link MenuManager}s are populated, however
104
* context menu manager of the {@link LayoutCanvas} or the one from {@link
OutlinePage
}.
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
...]
MoveGesture.java
784
OutlinePage
outline = mCanvas.getOutlinePage();
[
all
...]
GraphicalEditorPart.java
282
private
OutlinePage
mOutlinePage;
451
mOutlinePage = new
OutlinePage
(this);
601
if (currentPage instanceof
OutlinePage
) {
[
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 557 milliseconds