Package org.geoforge.guillcogc.popupmenu

Source Code of org.geoforge.guillcogc.popupmenu.GfrPmuCtlCtrFolderTloOgcWmsWwdEarthMan

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

import java.awt.event.ActionListener;
import org.geoforge.guillc.enumeration.GfrEnuValuesKindTargetWindow;
import org.geoforge.guillc.tree.GfrTreAbs;
import org.geoforge.guillcogc.menuitem.GfrMimTrsAlrDisplayWmsNoWwdEarthLyrsMan;
import org.geoforge.guillcogc.menuitem.GfrMimTrsAlrDisplayWmsYesWwdEarthLyrsMan;

/**
*
* @author robert
*/
public class GfrPmuCtlCtrFolderTloOgcWmsWwdEarthMan extends GfrPmuCtlCtrFolderTloOgcWmsWwdEarthAbs
{
   public GfrPmuCtlCtrFolderTloOgcWmsWwdEarthMan(
           ActionListener alrController,
            String strUniqueId,
            GfrTreAbs tree) throws Exception
   {
      super(alrController, strUniqueId, tree,
              GfrEnuValuesKindTargetWindow.PERSPECTIVE_MANAGE.name());
     
      super._mimDisplayAllYes = new GfrMimTrsAlrDisplayWmsYesWwdEarthLyrsMan(
                strUniqueId);
       
      super._mimDisplayAllNo = new GfrMimTrsAlrDisplayWmsNoWwdEarthLyrsMan(
                strUniqueId);
   }
}
TOP

Related Classes of org.geoforge.guillcogc.popupmenu.GfrPmuCtlCtrFolderTloOgcWmsWwdEarthMan

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.