Package org.geoforge.guillcogceclgsi.button

Source Code of org.geoforge.guillcogceclgsi.button.BtnTransientToPopSpotPlgsCatEclWwdEarthManGsi

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

import javax.swing.JButton;
import org.geoforge.guillc.button.BtnTransientToPopSpotPlgsCatAbs;
import org.geoforge.guillcogceclgsi.popupmenu.GfrPmuBtnPlgsActCatEclWwdEarthManGsi;

/**
*
* @author robert
*/
public class BtnTransientToPopSpotPlgsCatEclWwdEarthManGsi extends BtnTransientToPopSpotPlgsCatAbs
{
   public BtnTransientToPopSpotPlgsCatEclWwdEarthManGsi() throws Exception
   {
      super();
     
      super._pmu = new GfrPmuBtnPlgsActCatEclWwdEarthManGsi(
              (JButton) this // btnOwner
              );
   }
}
TOP

Related Classes of org.geoforge.guillcogceclgsi.button.BtnTransientToPopSpotPlgsCatEclWwdEarthManGsi

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.