Package org.geoforge.guillcogcecl.popupmenu

Source Code of org.geoforge.guillcogcecl.popupmenu.GfrPmuCtlCtrFolderTopPrjLblManEclPths

/*
*  Copyright (C) 2011-2014 GeoForge Project
*
*  This program is free software; you can redistribute it and/or
*  modify it under the terms of the GNU Lesser General Public License
*  as published by the Free Software Foundation; either version 2
*  of the License, or (at your option) any later version.
*
*  This program is distributed in the hope that it will be useful,
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*  GNU Lesser General Public License for more details.
*
*  You should have received a copy of the GNU Lesser General Public License
*  along with this program; if not, write to the Free Software
*  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
*/

package org.geoforge.guillcogcecl.popupmenu;

import java.awt.event.ActionListener;
import javax.swing.event.ChangeListener;
import org.geoforge.guillc.enumeration.GfrEnuValuesKindTargetWindow;
import org.geoforge.guillc.popupmenu.GfrPmuCtlCtrFolderTopPrjLblManAbs;
import org.geoforge.guillc.tree.GfrTreAbs;
import org.geoforge.guillcogcecl.enumeration.GfrEnuValuesKindObjectTloSpcPrjOgcEcl;
import org.geoforge.guillcogcecl.menu.GfrMenIcnExpObjsTloEclPth;
import org.geoforge.guillcogcecl.menu.GfrMenIcnImpObjsTloEclPth;
import org.geoforge.guillc.menu.GfrMenIcnNewObjectEditPick;
import org.geoforge.mdldatecl.GfrMdlDatSetTlosEclPth;
import org.geoforge.wrpbasprssynecl.GfrWrpBasTopSynEclPths;

/**
*
* @author bantchao
*
* email: bantchao_AT_gmail.com ... please remove "_AT_" from the above string
* to get the right email address
*
*/
public class GfrPmuCtlCtrFolderTopPrjLblManEclPths extends GfrPmuCtlCtrFolderTopPrjLblManAbs
{

   public GfrPmuCtlCtrFolderTopPrjLblManEclPths(
           ActionListener alrController, GfrTreAbs tree)
           throws Exception
   {
      super(
              tree,
              alrController,
              GfrEnuValuesKindObjectTloSpcPrjOgcEcl.VALUE_TLO_ECL_PTH,
              GfrMdlDatSetTlosEclPth.getInstance(),
              GfrWrpBasTopSynEclPths.getInstance());

      super._menNew = new GfrMenIcnNewObjectEditPick(
              alrController, true,
              GfrEnuValuesKindTargetWindow.PERSPECTIVE_MANAGE.name(),
              GfrEnuValuesKindObjectTloSpcPrjOgcEcl.VALUE_TLO_ECL_PTH);

      super._menImport = new GfrMenIcnImpObjsTloEclPth(alrController, true);

      super._menExport = new GfrMenIcnExpObjsTloEclPth(
              alrController,
              (ChangeListener) null,
              true);
   }
}
TOP

Related Classes of org.geoforge.guillcogcecl.popupmenu.GfrPmuCtlCtrFolderTopPrjLblManEclPths

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.