Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
DLayoutView.java47 private Action mShowExtrasAction = new Action("Show &Extras", Action.AS_CHECK_BOX) { field in LayoutView
58 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()