Package org.geoforge.plggazetteers.swing.dialog

Source Code of org.geoforge.plggazetteers.swing.dialog.GfrDlgCmdCancelGazetteerGisgraphySec

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.geoforge.plggazetteers.swing.dialog;

import org.geoforge.plggazetteers.swing.panel.PnlContentsGazetteerGisgraphySec;

/**
*
* @author bantchao
*/
public class GfrDlgCmdCancelGazetteerGisgraphySec extends GfrDlgCmdCancelGazetteerGisgraphyAbs
{
    public GfrDlgCmdCancelGazetteerGisgraphySec(String strIdViewer)
    {
        super(
                GfrDlgCmdCancelGazetteerYahooSec._s_getLocationOwner(strIdViewer)
                );

        super.setTitle(super.getTitle() + " - " + GfrDlgCmdCancelGazetteerYahooSec._s_getNameViewer(strIdViewer));
       
        super._pnlContents = new PnlContentsGazetteerGisgraphySec(strIdViewer);
    }
   
   
}
TOP

Related Classes of org.geoforge.plggazetteers.swing.dialog.GfrDlgCmdCancelGazetteerGisgraphySec

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.