Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
DLayoutView.java54 private Action mLoadAllViewsAction = new Action("Load All &Views") { field in LayoutView
92 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()