VLab Issue #5413 - Added three files modified but not committed last time.
Change-Id: Ifc790ecffca5a2dde99f771824a188241962c3dd Former-commit-id:a44b6f1766
[formerly e2179266b509b73155abaaed5b046b5cf349c376] Former-commit-id:2448fa59bb
This commit is contained in:
parent
370a4dbde1
commit
4b68ee5e0f
3 changed files with 24 additions and 4 deletions
|
@ -146,7 +146,9 @@ import com.vividsolutions.jts.linearref.LocationIndexedLine;
|
|||
* 07/14 Chin Chen In latlonToPixel(), make sure not to add null pixel to its return pixel array
|
||||
* 08/14 TTR962 J. Wu Add replaceWithDate to format output file with DD, MM, YYYY, HH.
|
||||
* 12/14 R5413 B. Yin Add a listener for D2D swapping pane
|
||||
* </pre>
|
||||
* 12/14 R5413 B. Yin Check null in findResource
|
||||
*
|
||||
</pre>
|
||||
*
|
||||
* @author
|
||||
* @version 1
|
||||
|
|
|
@ -32,6 +32,19 @@ import com.raytheon.viz.ui.editor.AbstractEditor;
|
|||
import com.raytheon.viz.ui.perspectives.AbstractVizPerspectiveManager;
|
||||
import com.raytheon.viz.ui.perspectives.VizPerspectiveListener;
|
||||
|
||||
/**
|
||||
*
|
||||
* <pre>
|
||||
* SOFTWARE HISTORY
|
||||
* Date Ticket# Engineer Description
|
||||
* ------------ ---------- ----------- --------------------------
|
||||
* 01/15 #5413 B. Yin Added meesage box if PGEN is running in another perspective
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
* @author ?
|
||||
*/
|
||||
|
||||
public class PgenPaletteAction extends AbstractHandler {
|
||||
|
||||
@SuppressWarnings("restriction")
|
||||
|
|
|
@ -46,7 +46,6 @@ import java.util.List;
|
|||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
|
||||
import org.eclipse.jface.dialogs.MessageDialog;
|
||||
|
@ -60,7 +59,6 @@ import com.raytheon.uf.common.status.IUFStatusHandler;
|
|||
import com.raytheon.uf.common.status.UFStatus;
|
||||
import com.raytheon.uf.common.status.UFStatus.Priority;
|
||||
import com.raytheon.uf.viz.core.drawables.IDescriptor;
|
||||
import com.raytheon.uf.viz.core.drawables.ResourcePair;
|
||||
import com.raytheon.uf.viz.core.exception.VizException;
|
||||
import com.raytheon.uf.viz.core.rsc.AbstractResourceData;
|
||||
import com.raytheon.uf.viz.core.rsc.IResourceDataChanged.ChangeType;
|
||||
|
@ -75,10 +73,17 @@ import com.vividsolutions.jts.geom.Coordinate;
|
|||
* Contains all the PGEN Products, layers, and Elements behind the PgenResource.
|
||||
* Also holds the command manager to undo/redo changes to the data in the
|
||||
* productlist
|
||||
* <pre>
|
||||
* SOFTWARE HISTORY
|
||||
* Date Ticket# Engineer Description
|
||||
* ------------ ---------- ----------- --------------------------
|
||||
* 01/15 #5413 B. Yin Close PGEN palette in cleanup
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
* @author sgilbert
|
||||
*
|
||||
*/
|
||||
|
||||
@XmlRootElement
|
||||
@XmlAccessorType(XmlAccessType.NONE)
|
||||
public class PgenResourceData extends AbstractResourceData implements
|
||||
|
|
Loading…
Add table
Reference in a new issue