Package org.geoforge.plggazetteers.swing.panel

Source Code of org.geoforge.plggazetteers.swing.panel.PnlContentsGazetteerGisgraphyAbs

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

import org.geoforge.plggazetteers.gov.nasa.worldwind.poi.GisgraphyGazetteer;
import org.geoforge.plggazetteers.swing.label.GfrLblIcnGazetteerGisgraphy;

/**
*
* @author bantchao
*/
abstract public class PnlContentsGazetteerGisgraphyAbs extends PnlContentsGazetteerAbs
{
    protected PnlContentsGazetteerGisgraphyAbs()
    {
        super(
                new GisgraphyGazetteer(),
                new GfrLblIcnGazetteerGisgraphy()
                );
    }
}
TOP

Related Classes of org.geoforge.plggazetteers.swing.panel.PnlContentsGazetteerGisgraphyAbs

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.