Searched refs:mLintButton (Results 1 – 1 of 1) sorted by relevance
82 private ToolItem mLintButton; field in LayoutActionBar555 mLintButton = new ToolItem(toolBar, SWT.PUSH); in createLintControls()556 mLintButton.setToolTipText("Show Lint Warnings for this Layout"); in createLintControls()557 mLintButton.setImage(sharedImages.getImage(ISharedImages.IMG_OBJS_WARN_TSK)); in createLintControls()558 mLintButton.addSelectionListener(new SelectionAdapter() { in createLintControls()634 mLintButton.setImage(IconFactory.getInstance().getIcon(iconName)); in updateErrorIndicator()