D2DNSHARP ncep functionality for 17.1.1
This commit is contained in:
parent
1d7ba65144
commit
ca73836f80
2 changed files with 11 additions and 5 deletions
|
@ -24,11 +24,11 @@ Require-Bundle: com.raytheon.uf.viz.core;bundle-version="1.14.0",
|
|||
com.raytheon.uf.viz.image.export;bundle-version="1.14.0",
|
||||
org.eclipse.core.runtime;bundle-version="3.8.0",
|
||||
com.raytheon.viz.volumebrowser;bundle-version="1.15.0",
|
||||
org.eclipse.e4.ui.model.workbench,
|
||||
gov.noaa.nws.ncep.ui.pgen;bundle-version="1.0.0"
|
||||
gov.noaa.nws.ncep.ui.pgen
|
||||
Export-Package: com.raytheon.uf.viz.d2d.nsharp,
|
||||
com.raytheon.uf.viz.d2d.nsharp.display,
|
||||
com.raytheon.uf.viz.d2d.nsharp.rsc,
|
||||
com.raytheon.uf.viz.d2d.nsharp.vb
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.d2d.nsharp.jar
|
||||
Import-Package: gov.noaa.nws.ncep.viz.soundingrequest
|
||||
Import-Package: gov.noaa.nws.ncep.ui.pgen.display,
|
||||
gov.noaa.nws.ncep.viz.soundingrequest
|
||||
|
|
|
@ -23,7 +23,9 @@ import org.eclipse.swt.SWT;
|
|||
import org.eclipse.swt.widgets.Composite;
|
||||
import org.eclipse.swt.widgets.Event;
|
||||
import org.eclipse.swt.widgets.Listener;
|
||||
import org.eclipse.swt.widgets.Shell;
|
||||
import org.eclipse.ui.IViewSite;
|
||||
import org.eclipse.ui.PlatformUI;
|
||||
|
||||
import com.raytheon.viz.ui.EditorUtil;
|
||||
import com.raytheon.viz.ui.perspectives.AbstractVizPerspectiveManager;
|
||||
|
@ -47,6 +49,7 @@ import gov.noaa.nws.ncep.ui.nsharp.view.NsharpPaletteWindow;
|
|||
* ------------- -------- --------- ------------------------------------------
|
||||
* May 12, 2011 9249 bsteffen Initial creation
|
||||
* Apr 29, 2016 5607 bsteffen Fix modal tool manipulation in eclipse 4.
|
||||
* May 05, 2017 mjames Use NCEP NSHARP dialog.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -57,6 +60,10 @@ public class D2DNSharpPaletteWindow extends NsharpPaletteWindow {
|
|||
private static final String EDIT_TOOL_CATEGY = "com.raytheon.viz.ui.modalTool.nav";
|
||||
|
||||
private AbstractModalTool lastTool = null;
|
||||
|
||||
Shell shell = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell();
|
||||
|
||||
D2DNsharpLoadDialog loadDia = D2DNsharpLoadDialog.getInstance(shell);
|
||||
|
||||
@Override
|
||||
public void init(IViewSite site) {
|
||||
|
@ -104,8 +111,7 @@ public class D2DNSharpPaletteWindow extends NsharpPaletteWindow {
|
|||
|
||||
@Override
|
||||
public void handleEvent(Event event) {
|
||||
D2DNsharpHandleArchiveFile.openArchiveFile(getViewSite()
|
||||
.getShell());
|
||||
if (loadDia != null) loadDia.open();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue