Package org.geoforge.guillcogceclgsi.popupmenu

Source Code of org.geoforge.guillcogceclgsi.popupmenu.GfrPmuCtlCtrFolderTloDskSctWwdEarthManGsi

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

import java.awt.event.ActionListener;
import org.geoforge.guillc.tree.GfrTreAbs;
import org.geoforge.guillcogcecl.popupmenu.GfrPmuCtlCtrFolderTloDskSctWwdEarthManAbs;
import org.geoforge.guillcogceclgsi.menu.GfrMenPlgsSpotActTloEclSctManGsi;

/**
*
* @author bill
*/
public class GfrPmuCtlCtrFolderTloDskSctWwdEarthManGsi extends GfrPmuCtlCtrFolderTloDskSctWwdEarthManAbs
{
    public GfrPmuCtlCtrFolderTloDskSctWwdEarthManGsi(
            ActionListener alrControllerSpcPrj,
           String strUniqueId,
           GfrTreAbs tree) throws Exception
    {
        super(alrControllerSpcPrj, strUniqueId, tree);
       
        super._menPlugins = new GfrMenPlgsSpotActTloEclSctManGsi(strUniqueId);
    }
}
TOP

Related Classes of org.geoforge.guillcogceclgsi.popupmenu.GfrPmuCtlCtrFolderTloDskSctWwdEarthManGsi

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.