OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:treeSelection
(Results
1 - 21
of
21
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetHelper.java
83
ITreeSelection
treeSelection
= (ITreeSelection) selection;
84
if (
treeSelection
.isEmpty())
87
List<?> elements =
treeSelection
.toList();
90
TreePath[] paths=
treeSelection
.getPathsFor(element);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java
35
import org.eclipse.jface.viewers.
TreeSelection
;
116
TreePath
treeSelection
= getSelection();
117
if (
treeSelection
!= null) {
118
if (
treeSelection
.getSegmentCount() == 2) {
120
ResourceType resourceType = (ResourceType)
treeSelection
.getFirstSegment();
121
ResourceItem resourceItem = (ResourceItem)
treeSelection
.getLastSegment();
203
TreePath
treeSelection
= getSelection();
205
if (
treeSelection
!= null &&
treeSelection
.getSegmentCount() == 2) {
206
Object segment =
treeSelection
.getSegment(0)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDragListener.java
65
TreeItem[]
treeSelection
= tree.getSelection();
67
for (TreeItem item :
treeSelection
) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java
40
import org.eclipse.jface.viewers.
TreeSelection
;
118
if (selection instanceof
TreeSelection
120
TreeSelection
treeSelection
= (
TreeSelection
) selection;
126
if (
treeSelection
.isEmpty()) {
130
int selectionCount =
treeSelection
.size();
133
Iterator<?> iterator =
treeSelection
.iterator();
156
if (
treeSelection
.isEmpty()) {
159
int selectionCount =
treeSelection
.size()
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java
72
ITreeSelection
treeSelection
) {
73
super(file, delegate, selection,
treeSelection
);
ChangeViewRefactoring.java
84
ITreeSelection
treeSelection
) {
85
super(file, delegate, selection,
treeSelection
);
WrapInRefactoring.java
90
ITreeSelection
treeSelection
) {
91
super(file, delegate, selection,
treeSelection
);
ExtractStyleRefactoring.java
151
ITreeSelection
treeSelection
) {
152
super(file, delegate, selection,
treeSelection
);
UseCompoundDrawableRefactoring.java
93
* @param
treeSelection
the canvas selection, or null
96
ITextSelection selection, ITreeSelection
treeSelection
) {
97
super(file, editor, selection,
treeSelection
);
VisualRefactoring.java
184
ITreeSelection
treeSelection
) {
189
mTreeSelection =
treeSelection
;
192
// is either a
treeSelection
(when invoked from the layout editor or the outline), or
194
if (
treeSelection
!= null) {
197
for (TreePath path :
treeSelection
.getPaths()) {
665
// is either a
treeSelection
(when invoked from the layout editor or the outline), or
[
all
...]
ChangeLayoutRefactoring.java
117
ITreeSelection
treeSelection
) {
118
super(file, delegate, selection,
treeSelection
);
ExtractIncludeRefactoring.java
122
ITreeSelection
treeSelection
) {
123
super(file, delegate, selection,
treeSelection
);
/prebuilts/devtools/tools/lib/
ddmuilib.jar
org-eclipse-jface-3.6.2.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.jface_3.6.1.M20100825-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/linux-x86/swt/
swt.jar
/prebuilts/tools/linux-x86_64/swt/
swt.jar
Completed in 1107 milliseconds