Package org.geoforge.guillcogceclgsi.treenode

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

/*
* 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.GfrNodCtrFixFolderSetVarPrjImgAreSecWwdEarthAbs;
import org.geoforge.guillcogceclgsi.popupmenu.GfrPmuCtlCtrFolderSetDelImgsAreSecGsi;

/**
*
* @author robert
*/
public class GfrNodCtrFixFolderSetVarPrjImgAreSecGsi extends GfrNodCtrFixFolderSetVarPrjImgAreSecWwdEarthAbs
{
   public GfrNodCtrFixFolderSetVarPrjImgAreSecGsi(
           ActionListener alrControllerSpcPrj,
           ActionListener alrControllerPrs,
            String strIdUnique,
            GfrTreAbs tre,
            String strIdViewer) throws Exception
   {
      super(alrControllerSpcPrj, alrControllerPrs, strIdUnique, tre, strIdViewer);
     
      super._pop = new GfrPmuCtlCtrFolderSetDelImgsAreSecGsi(
            alrControllerSpcPrj,     
            strIdUnique,
            tre,
            strIdViewer);
   }
}
TOP

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

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.