Searched refs:mHprofAction (Results 1 – 1 of 1) sorted by relevance
118 private Action mHprofAction; field in DeviceView410 mHprofAction = new Action() { in createPartControl()417 mHprofAction.setText(Messages.DeviceView_Dump_HPROF_File); in createPartControl()418 mHprofAction.setToolTipText(Messages.DeviceView_Dump_HPROF_File_Tooltip); in createPartControl()419 mHprofAction.setImageDescriptor(loader.loadDescriptor(DevicePanel.ICON_HPROF)); in createPartControl()739 mHprofAction.setEnabled(data.hasPendingHprofDump() == false); in doSelectionChanged()740 mHprofAction.setToolTipText(Messages.DeviceView_Dump_HPROF_File); in doSelectionChanged()742 mHprofAction.setEnabled(false); in doSelectionChanged()743 mHprofAction in doSelectionChanged()784 mHprofAction.setEnabled(false); in doSelectionChanged()[all …]