Package org.geoforge.guillcogcecl.wwd.util

Examples of org.geoforge.guillcogcecl.wwd.util.GfrCtrMenContextObjectMainOgcEcl


           ActionListener alrController,
           boolean blnIsSerializableStateOrbit
           ) throws Exception
   {
      super(
              new GfrCtrMenContextObjectMainOgcEcl(
                      alrController,
                      GfrEnuValuesKindTargetWindow.PERSPECTIVE_MANAGE.name()),
              new GfrCtrMenContextVoidMainOgcEcl(alrController),
              blnIsSerializableStateOrbit);
   }
View Full Code Here


   public GfrPnlMainWwdOgcSelEclGsi(
           ActionListener alrController,
           boolean blnIsSerializableStateOrbit) throws Exception
   {
      super(new GfrCtrMenContextObjectMainOgcEcl(
              alrController,
              GfrEnuValuesKindTargetWindow.PERSPECTIVE_SELECT.name()),
              new GfrCtrMenContextVoidMainOgcEcl(alrController),
              blnIsSerializableStateOrbit);
View Full Code Here

TOP

Related Classes of org.geoforge.guillcogcecl.wwd.util.GfrCtrMenContextObjectMainOgcEcl

Copyright © 2018 www.massapicom. 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.