Package org.geoforge.guillcogceclgsi.treenode

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

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

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

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

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.