Examples of GfrMimTrsAlrIdSetLloVar


Examples of org.geoforge.guillc.menuitem.GfrMimTrsAlrIdSetLloVar

      // beg settings llo


      if (evt.getSource() instanceof GfrMimTrsAlrIdSetLloVar)
      {
         GfrMimTrsAlrIdSetLloVar mim = (GfrMimTrsAlrIdSetLloVar) evt.getSource();

         //memo: frmOwner not used due to a persistency bug

         JFrame frmOwner = GfrFrmAbs.s_getFrameOwnerTrickForActionController(mim);
         String strId = mim.getId();

         String strValueKindObject = mim.getPropertyImmutable(
                 GfrEnuApplicationPropertiesImmutableKeys.KEY_KIND_OBJECT.name());

         String strValueKindTargetWindow = mim.getPropertyImmutable(
                 GfrEnuApplicationPropertiesImmutableKeys.KEY_KIND_TARGET_WINDOW.name());

         //--
         if (strValueKindObject == null || strValueKindObject.length() < 1)
            return false;

         if (strValueKindTargetWindow == null || strValueKindTargetWindow.length() < 1)
            return false;
         // not used

         if (strValueKindObject.compareTo(
                 GfrEnuValuesKindObjectOgc.VALUE_LLO_WMS_LYR_LEAF.name()) == 0)
         {
            DlgAbs dlg = new GfrDlgTabsSettingsDspActionWwdObjLyrLeaf(
                    frmOwner, strId);

            if (!dlg.init())
            {
               String str = "! dlg.init()";
               ActPrfPrjSettingsOgcAbs._LOGGER_.severe(str);
               throw new Exception(str);
            }

            dlg.setVisible(true);
            return true;
         }

         if (strValueKindObject.compareTo(
                 GfrEnuValuesKindObjectOgc.VALUE_LLO_WMS_LYR_FOLDER.name()) == 0)
         {
            DlgAbs dlg = new GfrDlgTabsSettingsDspInfoWwdEarthOgcLyrWmsFolder(
                    frmOwner, strId);

            if (!dlg.init())
            {
               String str = "! dlg.init()";
               ActPrfPrjSettingsOgcAbs._LOGGER_.severe(str);
               throw new Exception(str);
            }

            dlg.setVisible(true);
            return true;
         }

      }

      // end settings llo

      // beg settings top
      if (evt.getSource() instanceof GfrMimTrsAlrSetTop)
      {
         GfrMimTrsAlrSetTop mim = (GfrMimTrsAlrSetTop) evt.getSource();
         JFrame frmOwner = GfrFrmAbs.s_getFrameOwnerTrickForActionController(mim);

         String strValueKindObject = mim.getPropertyImmutable(
                 GfrEnuApplicationPropertiesImmutableKeys.KEY_KIND_OBJECT.name());

         String strValueKindTargetWindow = mim.getPropertyImmutable(
                 GfrEnuApplicationPropertiesImmutableKeys.KEY_KIND_TARGET_WINDOW.name());

         //--
         if (strValueKindObject == null || strValueKindObject.length() < 1)
            return false;
         if (strValueKindTargetWindow == null || strValueKindTargetWindow.length() < 1)
            return false;
         //--


         if (strValueKindObject.compareTo(
                 GfrEnuValuesKindObjectTloSpcPrjOgc.VALUE_TLO_WMS.name()) == 0)
         {

            if (strValueKindTargetWindow.compareTo(
                    GfrEnuValuesKindTargetWindow.PERSPECTIVE_MANAGE.name()) == 0
                    || strValueKindTargetWindow.compareTo(
                    GfrEnuValuesKindTargetWindow.PERSPECTIVE_SELECT.name()) == 0
                    || strValueKindTargetWindow.compareTo(
                    GfrEnuValuesKindTargetWindow.PERSPECTIVE_RUN.name()) == 0
                    || strValueKindTargetWindow.compareTo(
                    GfrEnuValuesKindTargetWindow.VIEWER_TOP_WORLDWIND.name()) == 0
                    || strValueKindTargetWindow.compareTo(
                    GfrEnuValuesKindTargetWindow.VIEWER_TOP_LEGENDS_OGC.name()) == 0)
            {
               DlgAbs dlg = new GfrDlgTabsSettingsDspInfoWwdEarthOgcWmss(
                       frmOwner);

               if (!dlg.init())
               {
                  String str = "! dlg.init()";
                  ActPrfPrjSettingsOgcAbs._LOGGER_.severe(str);
                  throw new Exception(str);
               }

               dlg.setVisible(true);
               return true;
            }
         }

      }
      // end settings top

      // beg settings tlo
      if (evt.getSource() instanceof GfrMimTrsAlrIdSetTlo)
      {
         GfrMimTrsAlrIdAbs mim = (GfrMimTrsAlrIdAbs) evt.getSource();
         JFrame frmOwner = GfrFrmAbs.s_getFrameOwnerTrickForActionController(mim);

         String strId = mim.getId();

         String strValueKindObject = mim.getPropertyImmutable(
                 GfrEnuApplicationPropertiesImmutableKeys.KEY_KIND_OBJECT.name());

         String strValueKindTargetWindow = mim.getPropertyImmutable(
                 GfrEnuApplicationPropertiesImmutableKeys.KEY_KIND_TARGET_WINDOW.name());

         //--
         if (strValueKindObject == null || strValueKindObject.length() < 1)
            return false;
View Full Code Here

Examples of org.geoforge.guillc.menuitem.GfrMimTrsAlrIdSetLloVar


      if (evt.getSource() instanceof GfrMimTrsAlrIdSetLloVar)
      {

         GfrMimTrsAlrIdSetLloVar mim = (GfrMimTrsAlrIdSetLloVar) evt.getSource();

         JFrame frmOwner = GfrFrmAbs.s_getFrameOwnerTrickForActionController(mim);
         String strId = mim.getId();

         String strValueKindObject = mim.getPropertyImmutable(
               GfrEnuApplicationPropertiesImmutableKeys.KEY_KIND_OBJECT.name());



         //-- unused for now coz only wwd earth views =>
         String strValueKindTargetWindow = mim.getPropertyImmutable(
               GfrEnuApplicationPropertiesImmutableKeys.KEY_KIND_TARGET_WINDOW.name());


         //--
         if (strValueKindObject == null || strValueKindObject.length() < 1)
View Full Code Here

Examples of org.geoforge.guillc.menuitem.GfrMimTrsAlrIdSetLloVar

           boolean blnIsSettingsPending // !!!!!!!!!!!!!!!!!!!!!!!!!!
           )
   {
      super(tree);

      super._mimSettings = new GfrMimTrsAlrIdSetLloVar(
              alrController, strUniqueId, strIdParent,
              strValueKindTargetWindow,
              enuValueObjectLlo.getNameThisDisplayObjectLloVar());

View Full Code Here

Examples of org.geoforge.guillc.menuitem.GfrMimTrsAlrIdSetLloVar

            GfrTreAbs tree)
            throws Exception
    {
        super(tree);
       
        this._mimSettings_ = new GfrMimTrsAlrIdSetLloVar(
                alrControllerSpcPrj,
                strUniqueId,
                strIdParent,
                GfrEnuValuesKindTargetWindow.PERSPECTIVE_RUN.name(),
                GfrEnuValuesKindObjectOgc.VALUE_LLO_WMS_LYR_FOLDER.name());
View Full Code Here

Examples of org.geoforge.guillc.menuitem.GfrMimTrsAlrIdSetLloVar

           String strIdParent,
           String strValueKindTargetWindow)
   {
        super(tree);
       
        this._mimSettings_ = new GfrMimTrsAlrIdSetLloVar(
                alrControllerSpcPrj,
                strUniqueId,
                strIdParent,
                strValueKindTargetWindow,
                GfrEnuValuesKindObjectOgc.VALUE_LLO_WMS_LYR_FOLDER.name());
View Full Code Here

Examples of org.geoforge.guillc.menuitem.GfrMimTrsAlrIdSetLloVar

           String strIdParent,
           GfrTreAbs tree)
   {
      super(tree);

      super._mimSettings = new GfrMimTrsAlrIdSetLloVar(
              alrController,
              strUniqueId,
              strIdParent,
              GfrEnuValuesKindTargetWindow.PERSPECTIVE_RUN.name(),
              GfrEnuValuesKindObjectOgc.VALUE_LLO_WMS_LYR_LEAF.name());
View Full Code Here

Examples of org.geoforge.guillc.menuitem.GfrMimTrsAlrIdSetLloVar

           GfrTreAbs tree,
           String strValueKindTargetWindow)
   {
      super(tree);

      super._mimSettings = new GfrMimTrsAlrIdSetLloVar(
              alrController,
              strUniqueId,
              strIdParent,
              strValueKindTargetWindow,
              GfrEnuValuesKindObjectOgc.VALUE_LLO_WMS_LYR_LEAF.name());
View Full Code Here
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.