HomeSort by relevance Sort by last modified time
    Searched refs:treePath (Results 1 - 10 of 10) sorted by null

  /external/junit/src/junit/swingui/
TestSuitePanel.java 17 import javax.swing.tree.TreePath;
127 TreePath[] paths= fTree.getSelectionPaths();
158 TreePath treePath= new TreePath(path);
159 fModel.fireNodeChanged(treePath, index);
163 fullPath[vpath.size()]= fModel.getChild(treePath.getLastPathComponent(), index);;
164 TreePath fullTreePath= new TreePath(fullPath);
  /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 33 import org.eclipse.jface.viewers.TreePath;
115 TreePath treeSelection = getSelection();
193 TreePath treeSelection = getSelection();
215 * Returns the selected item in the tree as a {@link TreePath} object.
216 * @return the <code>TreePath</code> object or <code>null</code> if there was no selection.
218 private TreePath getSelection() {
222 TreePath[] treePaths = treeSelection.getPaths();
234 TreePath treeSelection = getSelection();
314 TreePath selection = getSelection();
368 TreePath treePath = new TreePath(new Object[] { resourceType, resourceItem })
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DevicePanel.java 34 import org.eclipse.jface.viewers.TreePath;
410 TreePath treePath = new TreePath(new Object[] { mCurrentDevice });
411 TreeSelection treeSelection = new TreeSelection(treePath);
574 mTreeViewer.setSelection(new TreeSelection(new TreePath(
628 TreePath treePath = new TreePath(new Object[] { device, client});
629 TreeSelection treeSelection = new TreeSelection(treePath);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 28 import org.eclipse.jface.viewers.TreePath;
739 TreePath treePath = SelectionManager.getTreePath(mCurrentView);
740 newSelection = new TreeSelection(treePath);
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 

Completed in 1266 milliseconds