VLab Issue #5413 - Added three files modified but not committed last time.

Change-Id: Ifc790ecffca5a2dde99f771824a188241962c3dd

Former-commit-id: e2179266b509b73155abaaed5b046b5cf349c376
This commit is contained in:
Bingfan Yin 2015-01-30 11:53:54 -05:00
parent b14d970ba7
commit a44b6f1766
3 changed files with 24 additions and 4 deletions

View file

@ -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

View file

@ -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")

View file

@ -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