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

  /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/ui/
ReferenceChooserDialog.java 34 import org.eclipse.jface.viewers.TreeSelection;
115 TreePath treeSelection = getSelection();
116 if (treeSelection != null) {
117 if (treeSelection.getSegmentCount() == 2) {
119 ResourceType resourceType = (ResourceType)treeSelection.getFirstSegment();
120 ResourceItem resourceItem = (ResourceItem)treeSelection.getLastSegment();
197 TreePath treeSelection = getSelection();
199 if (treeSelection != null && treeSelection.getSegmentCount() == 2) {
200 Object segment = treeSelection.getSegment(0)
    [all...]
  /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;
117 if (selection instanceof TreeSelection
119 TreeSelection treeSelection = (TreeSelection) selection;
125 if (treeSelection.isEmpty()) {
129 int selectionCount = treeSelection.size();
132 Iterator<?> iterator = treeSelection.iterator();
155 if (treeSelection.isEmpty()) {
158 int selectionCount = treeSelection.size()
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DevicePanel.java 35 import org.eclipse.jface.viewers.TreeSelection;
473 TreeSelection treeSelection = new TreeSelection(treePath);
474 mTreeViewer.setSelection(treeSelection);
643 mTreeViewer.setSelection(new TreeSelection(new TreePath(
700 TreeSelection treeSelection = new TreeSelection(treePath);
701 mTreeViewer.setSelection(treeSelection);
    [all...]
  /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/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 708 milliseconds