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

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
StackTracePanel.java 221 IStructuredSelection structuredSelection = (IStructuredSelection)selection;
222 Object object = structuredSelection.getFirstElement();
EmulatorControlPanel.java 709 IStructuredSelection structuredSelection = (IStructuredSelection)selection;
710 Object selectedObject = structuredSelection.getFirstElement();
756 IStructuredSelection structuredSelection = (IStructuredSelection)selection;
757 Object selectedObject = structuredSelection.getFirstElement();
    [all...]
AllocationPanel.java 445 IStructuredSelection structuredSelection = (IStructuredSelection)selection;
446 Object object = structuredSelection.getFirstElement();
ThreadPanel.java 561 IStructuredSelection structuredSelection = (IStructuredSelection)selection;
562 Object object = structuredSelection.getFirstElement();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
UiContentOutlinePage.java 45 import org.eclipse.jface.viewers.StructuredSelection;
147 if (selection instanceof StructuredSelection) {
148 StructuredSelection structSel = (StructuredSelection)selection;
385 if (selection instanceof StructuredSelection) {
386 StructuredSelection structuredSelection = (StructuredSelection)selection;
388 if (structuredSelection.size() > 0) {
391 for (Iterator it = structuredSelection.iterator(); it.hasNext(); )
    [all...]

Completed in 87 milliseconds