Searched refs:mExportAction (Results 1 – 1 of 1) sorted by relevance
94 private CommonAction mExportAction; field in OldLogCatView223 mExportAction = new CommonAction(Messages.LogCatView_Export_Selection_As_Text) { in createPartControl()229 mExportAction.setToolTipText(Messages.LogCatView_Export_Selection_As_Text_Tooltip); in createPartControl()230 mExportAction.setImageDescriptor(loader.loadDescriptor("save.png")); //$NON-NLS-1$ in createPartControl()334 menuManager.add(mExportAction); in placeActions()