Package org.geoforge.guillcogceclgsi.toolbar

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

/*
* 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.enumeration.GfrEnuValuesKindTargetWindow;
import org.geoforge.guillc.toolbar.GfrTbrHlpSubPrnSpcCtrsAppPrjWwdEarthSelAbs;
import org.geoforge.guillcogceclgsi.button.BtnTransientDelAllTloGlcOgcEclSelGsi;
import org.geoforge.guillcogceclgsi.button.BtnTransientToPopPrsNewEnabledObjGlcGsi;

/**
*
* @author robert
*/
public class GfrTbrHlpSubPrnSpcCtrsAppPrjWwdEarthSelGsi extends GfrTbrHlpSubPrnSpcCtrsAppPrjWwdEarthSelAbs
{

   public GfrTbrHlpSubPrnSpcCtrsAppPrjWwdEarthSelGsi(
           MouseListener mlrEffectsBorder,
           ActionListener alrParentComponent) throws Exception
   {
      super(mlrEffectsBorder, alrParentComponent);

      super._btnNewObject = new BtnTransientToPopPrsNewEnabledObjGlcGsi(
              GfrEnuValuesKindTargetWindow.PERSPECTIVE_SELECT.name());

      super._btnDeleteAll = new BtnTransientDelAllTloGlcOgcEclSelGsi();
   }
}
TOP

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

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.