Searched refs:mGcAction (Results 1 – 1 of 1) sorted by relevance
115 private Action mGcAction; field in DeviceView399 mGcAction = new Action() { in createPartControl()406 mGcAction.setText(Messages.DeviceView_Cause_GC); in createPartControl()407 mGcAction.setToolTipText(Messages.DeviceView_Cause_GC_Tooltip); in createPartControl()408 mGcAction.setImageDescriptor(loader.loadDescriptor(DevicePanel.ICON_GC)); in createPartControl()728 mGcAction.setEnabled(true); in doSelectionChanged()779 mGcAction.setEnabled(false); in doSelectionChanged()821 menuManager.add(mGcAction); in placeActions()846 toolBarManager.add(mGcAction); in placeActions()