Package org.geoforge.guillc.menubar

Source Code of org.geoforge.guillc.menubar.GfrMbrSpcAppClsPrjManAbs

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.geoforge.guillc.menubar;

import org.geoforge.guillc.menu.GfrMenIcnPrsAppSpcPrjMan;

/**
*
* @author bantchao
*/
abstract public class GfrMbrSpcAppClsPrjManAbs  extends GfrMbrSpcAppClsPrjAbs
{
    protected GfrMbrSpcAppClsPrjManAbs() throws Exception
    {
        super();
       
        super._menPerspectives = new GfrMenIcnPrsAppSpcPrjMan();
    }
}
TOP

Related Classes of org.geoforge.guillc.menubar.GfrMbrSpcAppClsPrjManAbs

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.