Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutActionBar.java80 private ToolItem mZoomInButton; field in LayoutActionBar
493 mZoomInButton.setEnabled(!newState); in createZoomControls()
534 mZoomInButton = new ToolItem(toolBar, SWT.PUSH); in createZoomControls()
535 mZoomInButton.setToolTipText("Zoom In (+)"); in createZoomControls()
536 mZoomInButton.setImage(iconFactory.getIcon("zoomplus")); //$NON-NLS-1$); in createZoomControls()
537 mZoomInButton.addSelectionListener(new SelectionAdapter() { in createZoomControls()
650 return mZoomInButton.isEnabled(); in isZoomingAllowed()