Searched refs:mLoadAllViewsAction (Results 1 – 1 of 1) sorted by relevance
54 private Action mLoadAllViewsAction = new Action("Load All &Views") { field in LayoutView92 mLoadAllViewsAction.setAccelerator(SWT.MOD1 + 'V'); in createPartControl()94 mLoadAllViewsAction.setImageDescriptor(ImageDescriptor.createFromImage(image)); in createPartControl()95 mLoadAllViewsAction.setToolTipText("Load all view images"); in createPartControl()96 mLoadAllViewsAction.setEnabled(TreeViewModel.getModel().getTree() != null); in createPartControl()114 mm.add(mLoadAllViewsAction); in placeActions()120 tm.add(mLoadAllViewsAction); in placeActions()144 mLoadAllViewsAction.setEnabled(TreeViewModel.getModel().getTree() != null); in treeChanged()