Package org.geoforge.guillcogceclgsi.treenode

Source Code of org.geoforge.guillcogceclgsi.treenode.GfrNodCtrMovFolderLblTloPrjImgsTloPntManGsi

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

import java.awt.event.ActionListener;
import org.geoforge.guillc.tree.GfrTreAbs;
import org.geoforge.guillcogcecl.treenode.GfrNodCtrMovFolderLblTloPrjImgsTloPntManAbs;
import org.geoforge.guillcogceclgsi.popupmenu.GfrPmuCtlCtrFolderTloDskPntWwdEarthManGsi;

/**
*
* @author bill
*/
public class GfrNodCtrMovFolderLblTloPrjImgsTloPntManGsi extends GfrNodCtrMovFolderLblTloPrjImgsTloPntManAbs
{
    public GfrNodCtrMovFolderLblTloPrjImgsTloPntManGsi(
            ActionListener alrControllerSpcPrj,
            ActionListener alrControllerPrs,
            String strIdUnique,
            GfrTreAbs tre,
            ActionListener alrParentPanelMvc)
            throws Exception
    {
        super(alrControllerSpcPrj, alrControllerPrs, strIdUnique,
                tre, alrParentPanelMvc);
       
       
        super._pop = new GfrPmuCtlCtrFolderTloDskPntWwdEarthManGsi(
                alrControllerSpcPrj,
                strIdUnique,
                tre);
    }
}
TOP

Related Classes of org.geoforge.guillcogceclgsi.treenode.GfrNodCtrMovFolderLblTloPrjImgsTloPntManGsi

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.