Package org.geoforge.guillcogceclgsi.treenode

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

/*
* 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.guillc.treenode.GfrNodAbs;
import org.geoforge.guillcogcecl.treenode.GfrNodCtrFixFolderTopPrjLblPntsManAbs;

/**
*
* @author bill
*/
public class GfrNodCtrFixFolderTopPrjLblPntsManGsi extends GfrNodCtrFixFolderTopPrjLblPntsManAbs
{
    public GfrNodCtrFixFolderTopPrjLblPntsManGsi(
            ActionListener alrControllerSpcPrj,
           ActionListener alrControllerPrs,
           GfrTreAbs tre,
           ActionListener alrParentPanelMvc)
           throws Exception
    {
        super(alrControllerSpcPrj, alrControllerPrs, tre, alrParentPanelMvc);
    }
   
    @Override
   public Object addObjectVariable(String strId) throws Exception
   {
      GfrNodAbs nod = new GfrNodCtrMovFolderLblTloPrjImgsTloPntManGsi(
              super._alrControllerSpace,
              super._alrControllerPerspective,
              strId, super._tree,
             
              super._alrParentPanelMvc_);
     
      super._addObjectVariableNode(nod);
     
      return nod;
   }
}
TOP

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

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.