OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:treepath
(Results
1 - 25
of
32
) sorted by null
1
2
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ViewsTreeModel.java
22
import javax.swing.tree.
TreePath
;
49
public void valueForPathChanged(
TreePath
treePath
, Object child) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java
34
import org.eclipse.jface.viewers.
TreePath
;
116
TreePath
treeSelection = getSelection();
203
TreePath
treeSelection = getSelection();
225
* Returns the selected item in the tree as a {@link
TreePath
} object.
226
* @return the <code>
TreePath
</code> object or <code>null</code> if there was no selection.
228
private
TreePath
getSelection() {
232
TreePath
[] treePaths = treeSelection.getPaths();
244
TreePath
treeSelection = getSelection();
324
TreePath
selection = getSelection();
378
TreePath
treePath = new TreePath(new Object[] { resourceType, resourceItem })
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetHelper.java
18
import org.eclipse.jface.viewers.
TreePath
;
90
TreePath
[] paths= treeSelection.getPathsFor(element);
94
TreePath
path= paths[0];
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java
39
import org.eclipse.jface.viewers.
TreePath
;
189
List<
TreePath
> pathList = new ArrayList<
TreePath
>();
191
// Create a
TreePath
for the given file,
209
TreePath
path = new
TreePath
(segments.toArray());
216
TreePath
[] paths = pathList.toArray(new
TreePath
[pathList.size()]);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvasViewer.java
29
import org.eclipse.jface.viewers.
TreePath
;
102
* Returns a new {@link TreeSelection} where each {@link
TreePath
} item
SelectionManager.java
60
import org.eclipse.jface.viewers.
TreePath
;
163
* Returns a {@link TreeSelection} where each {@link
TreePath
} item is
172
ArrayList<
TreePath
> paths = new ArrayList<
TreePath
>();
181
return new TreeSelection(paths.toArray(new
TreePath
[paths.size()]));
185
* Create a {@link
TreePath
} from the given view info
188
* @return a {@link
TreePath
} for the given view info
190
public static
TreePath
getTreePath(CanvasViewInfo viewInfo) {
197
return new
TreePath
(segments.toArray());
248
for (
TreePath
path : treeSel.getPaths())
[
all
...]
MoveGesture.java
32
import org.eclipse.jface.viewers.
TreePath
;
793
TreePath
treePath
= SelectionManager.getTreePath(mCurrentView);
794
newSelection = new TreeSelection(
treePath
);
[
all
...]
OutlinePage.java
80
import org.eclipse.jface.viewers.
TreePath
;
606
for (
TreePath
p : treeSel.getPaths()) {
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h
1165
struct
treepath
{
struct
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h
1165
struct
treepath
{
struct
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h
1165
struct
treepath
{
struct
[
all
...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RunnerController.java
48
import javax.swing.tree.
TreePath
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java
62
import org.eclipse.jface.viewers.
TreePath
;
197
for (
TreePath
path : treeSelection.getPaths()) {
670
for (
TreePath
path : mTreeSelection.getPaths()) {
770
for (
TreePath
path : mTreeSelection.getPaths()) {
[
all
...]
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java
126
import javax.swing.tree.
TreePath
;
695
expandAll(tree, new
TreePath
(root), expand);
698
private static void expandAll(JTree tree,
TreePath
parent, boolean expand) {
703
TreePath
path = parent.pathByAddingChild(n);
[
all
...]
/cts/tools/vm-tests-tf/lib/
junit.jar
/external/dexmaker/lib/
junit.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar
/prebuilts/devtools/adt/lib/
junit-3.8.1.jar
/prebuilts/tools/common/m2/internal/junit/junit/3.8.1/
junit-3.8.1.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java
43
import org.eclipse.jface.viewers.
TreePath
;
626
mTreeViewer.setSelection(new TreeSelection(new
TreePath
(segments.toArray())));
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/geshi/
groovy.php
[
all
...]
java.php
[
all
...]
/prebuilts/devtools/tools/lib/
ddmuilib.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se12_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.2.zip
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se13_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.3.zip
Completed in 1116 milliseconds
1
2