Package org.geoforge.guillcogceclgsi.toolbar

Source Code of org.geoforge.guillcogceclgsi.toolbar.GfrTbrHlpSubDspWwdEarthPrsSelGsi

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

import java.awt.event.ActionListener;
import java.awt.event.MouseListener;
import org.geoforge.guillc.toolbar.GfrTbrHlpSubDspWwdEarthPrsSelAbs;
import org.geoforge.guillcogceclgsi.button.BtnTransienMovObjsWwdEarthSelOgcEclGsi;
import org.geoforge.guillcogceclgsi.button.BtnTransientToPopSpotPlgsDspWwdEarthSelGsi;

/**
*
* @author robert
*/
public class GfrTbrHlpSubDspWwdEarthPrsSelGsi extends GfrTbrHlpSubDspWwdEarthPrsSelAbs
{
   public GfrTbrHlpSubDspWwdEarthPrsSelGsi(
           ActionListener alrParentComponent,
            MouseListener mlrEffectsBorder) throws Exception
   {
      super(alrParentComponent, mlrEffectsBorder);
     
      super._btnMoveObjects = new BtnTransienMovObjsWwdEarthSelOgcEclGsi();
      super._btnPlugins = new BtnTransientToPopSpotPlgsDspWwdEarthSelGsi();
   }
}
TOP

Related Classes of org.geoforge.guillcogceclgsi.toolbar.GfrTbrHlpSubDspWwdEarthPrsSelGsi

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.