Home
last modified time | relevance | path

Searched refs:toolbar (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/
Ddictionary.txt314 toolbar
Dchanges.txt143 * New "Run Lint" toolbar action with a dropdown menu for selecting
149 * The results window contains many new toolbar actions, including
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiTreeBlock.java221 ToolBar toolbar = manager.createControl(section); in createSectionActions() local
222 section.setTextClient(toolbar); in createSectionActions()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DPaletteControl.java165 void createToolbarItems(final ToolBar toolbar) { in createToolbarItems() argument
166 final ToolItem popupMenuItem = new ToolItem(toolbar, SWT.PUSH); in createToolbarItems()
175 Point point = toolbar.toDisplay(bounds.x, bounds.y + bounds.height); in createToolbarItems()