Package org.geoforge.guillcogc.popupmenu

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

/*
* 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.GfrMimTrsAlrDisplayWmsNoWwdEarthLyrsSec;
import org.geoforge.guillcogc.menuitem.GfrMimTrsAlrDisplayWmsYesWwdEarthLyrsSec;

/**
*
* @author robert
*/
public class GfrPmuCtlCtrFolderTloOgcWmsWwdEarthSec extends GfrPmuCtlCtrFolderTloOgcWmsWwdEarthAbs
{
   public GfrPmuCtlCtrFolderTloOgcWmsWwdEarthSec(
           ActionListener alrController,
            String strUniqueId,
            GfrTreAbs tree,
            String strIdViewer) throws Exception
   {
      super(alrController, strUniqueId, tree,
              GfrEnuValuesKindTargetWindow.PERSPECTIVE_SELECT.name());
     
      super._mimDisplayAllYes = new GfrMimTrsAlrDisplayWmsYesWwdEarthLyrsSec(
                strUniqueId, strIdViewer);
       
      super._mimDisplayAllNo = new GfrMimTrsAlrDisplayWmsNoWwdEarthLyrsSec(
               strUniqueId, strIdViewer);
   }
}
TOP

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

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.