|
Lines 1-5
Link Here
|
| 1 |
/********************************************************************** |
1 |
/********************************************************************** |
| 2 |
* Copyright (c) 2005, 2006 IBM Corporation and others. |
2 |
* Copyright (c) 2005, 2008 IBM Corporation and others. |
| 3 |
* All rights reserved. This program and the accompanying materials |
3 |
* All rights reserved. This program and the accompanying materials |
| 4 |
* are made available under the terms of the Eclipse Public License v1.0 |
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
| 5 |
* which accompanies this distribution, and is available at |
5 |
* which accompanies this distribution, and is available at |
|
Lines 18-23
Link Here
|
| 18 |
import org.eclipse.jface.viewers.IStructuredSelection; |
18 |
import org.eclipse.jface.viewers.IStructuredSelection; |
| 19 |
import org.eclipse.jface.wizard.WizardDialog; |
19 |
import org.eclipse.jface.wizard.WizardDialog; |
| 20 |
import org.eclipse.tptp.platform.common.ui.trace.internal.CommonUITraceMessages; |
20 |
import org.eclipse.tptp.platform.common.ui.trace.internal.CommonUITraceMessages; |
|
|
21 |
import org.eclipse.tptp.platform.log.views.internal.LogViewsMessages; |
| 21 |
import org.eclipse.tptp.platform.log.views.internal.LogViewsPlugin; |
22 |
import org.eclipse.tptp.platform.log.views.internal.LogViewsPlugin; |
| 22 |
import org.eclipse.tptp.platform.log.views.internal.navigator.wizards.EditCorrelationWizard; |
23 |
import org.eclipse.tptp.platform.log.views.internal.navigator.wizards.EditCorrelationWizard; |
| 23 |
import org.eclipse.ui.IWorkbenchWindow; |
24 |
import org.eclipse.ui.IWorkbenchWindow; |
|
Lines 35-47
Link Here
|
| 35 |
|
36 |
|
| 36 |
public EditCorrAction(INavigator viewer) |
37 |
public EditCorrAction(INavigator viewer) |
| 37 |
{ |
38 |
{ |
| 38 |
super(viewer.getViewer(), CommonUITraceMessages.PROP); |
39 |
super(viewer.getViewer(), LogViewsMessages._500); |
| 39 |
setDescription(CommonUITraceMessages.PROP); |
40 |
setDescription(LogViewsMessages._501); |
| 40 |
|
41 |
|
| 41 |
PlatformUI.getWorkbench().getHelpSystem().setHelp( |
42 |
PlatformUI.getWorkbench().getHelpSystem().setHelp( |
| 42 |
this, LogViewsPlugin.getPluginId()+".refl0001"); |
43 |
this, LogViewsPlugin.getPluginId()+".refl0001"); |
| 43 |
|
44 |
|
| 44 |
setToolTipText(CommonUITraceMessages.PROP); |
45 |
setToolTipText(LogViewsMessages._501); |
| 45 |
} |
46 |
} |
| 46 |
|
47 |
|
| 47 |
public void run() |
48 |
public void run() |