Searched refs:mShowExtrasAction (Results 1 – 1 of 1) sorted by relevance
47 private Action mShowExtrasAction = new Action("Show &Extras", Action.AS_CHECK_BOX) { field in LayoutView58 mShowExtrasAction.setChecked(true);78 mShowExtrasAction.setAccelerator(SWT.MOD1 + 'E'); in createPartControl()81 mShowExtrasAction.setImageDescriptor(ImageDescriptor.createFromImage(image)); in createPartControl()82 mShowExtrasAction.setToolTipText("Show images"); in createPartControl()83 mShowExtrasAction.setEnabled(TreeViewModel.getModel().getTree() != null); in createPartControl()113 mm.add(mShowExtrasAction); in placeActions()119 tm.add(mShowExtrasAction); in placeActions()145 mShowExtrasAction.setEnabled(TreeViewModel.getModel().getTree() != null); in treeChanged()