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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 58 import org.eclipse.swt.widgets.ToolBar;
69 * Toolbar shown at the top of the layout editor, which adds a number of context-sensitive
74 private ToolBar mLayoutToolBar;
75 private ToolBar mLintToolBar;
76 private ToolBar mZoomToolBar;
99 mLayoutToolBar = new ToolBar(this, /*SWT.WRAP |*/ SWT.FLAT | SWT.RIGHT | SWT.HORIZONTAL);
185 /** Update the toolbar widgets */
201 * Attempts to update the existing toolbar actions, if the action list is
223 // One action can result in multiple toolbar items (e.g. a choice action
312 /** Add a separator to the toolbar, unless there already is one there at the end already *
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 450 JToolBar toolBar = new JToolBar();
451 toolBar.setFloatable(false);
452 toolBar.setRollover(true);
458 toolBar.add(startButton);
464 toolBar.add(stopButton);
470 toolBar.add(refreshButton);
476 toolBar.add(showDevicesButton);
483 toolBar.add(loadButton);
489 toolBar.add(displayNodeButton);
500 toolBar.add(captureLayersButton)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 92 import org.eclipse.swt.widgets.ToolBar;
204 ToolBar toolBar = new ToolBar(this, SWT.WRAP | SWT.FLAT | SWT.RIGHT | SWT.HORIZONTAL);
205 toolBar.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
207 mConfigCombo = new ToolItem(toolBar, SWT.DROP_DOWN );
212 ToolItem separator2 = new ToolItem(toolBar, SWT.SEPARATOR);
214 mDeviceCombo = new ToolItem(toolBar, SWT.DROP_DOWN);
218 ToolItem separator3 = new ToolItem(toolBar, SWT.SEPARATOR);
220 mOrientationCombo = new ToolItem(toolBar, SWT.DROP_DOWN)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 80 import org.eclipse.swt.widgets.ToolBar;
477 ToolBar toolBar = new ToolBar(c, SWT.FLAT | SWT.BORDER);
479 mExpandAllToolItem = new ToolItem(toolBar, SWT.PUSH);
489 mCollapseAllToolItem = new ToolItem(toolBar, SWT.PUSH);
495 mSaveAsToolItem = new ToolItem(toolBar, SWT.PUSH);
    [all...]
  /prebuilts/devtools/tools/lib/
ddms.jar 
org-eclipse-jface-3.6.2.jar 
ddmuilib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
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/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 132 milliseconds