Package org.geoforge.plgbackuprestore4gfr.actioncontroller

Examples of org.geoforge.plgbackuprestore4gfr.actioncontroller.GfrAcrPlgBckRstSpcWrk


{
   public GfrActPlgBckRstSpcWrks() throws Exception
   {
      super("Backup/Restore workspaces", GfrFactoryIconPlg.s_getIconBackupRestore());
     
      super._acrController = new GfrAcrPlgBckRstSpcWrk();
     
      super._acrController.init();
      super._acrController.open();
   }
View Full Code Here

TOP

Related Classes of org.geoforge.plgbackuprestore4gfr.actioncontroller.GfrAcrPlgBckRstSpcWrk

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.