Package org.geoforge.guillc.menuitem

Examples of org.geoforge.guillc.menuitem.GfrMimAlrHlpOflPart


{
   protected GfrMenHlpMainSpcClsPrjWwdManAbs() throws Exception
   {
      super();
     
      super._mimHelpPart = new GfrMimAlrHlpOflPart(
                "Help on manage perspective", "_shr_space_project_man_");
   }
View Full Code Here


{
    protected GfrMenHlpMainSpcRootAbs() throws Exception
    {
        super();

        super._mimHelpPart = new GfrMimAlrHlpOflPart(
                "Help on desktop space", "_shr_space_root_");
    }
View Full Code Here

{
    protected GfrMenHlpMainSpcClsPrjRunAbs() throws Exception
    {
        super();

        super._mimHelpPart = new GfrMimAlrHlpOflPart(
                "Help on run perspective", "_shr_space_project_run_");
    }
View Full Code Here

{
    protected GfrMenHlpMainSpcClsWorkAbs() throws Exception
    {
        super();

        super._mimHelpPart = new GfrMimAlrHlpOflPart(
                "Help on workspace", "_shr_space_work_");
    }
View Full Code Here

           String strLabelItemPart,
           String strIdHelpPart)
   {
      super();
     
      super._mimHelpPart = new GfrMimAlrHlpOflPart(strLabelItemPart, strIdHelpPart);
   }
View Full Code Here

{
   protected GfrMenHlpMainSpcClsPrjWwdSelAbs() throws Exception
   {
      super();
     
      super._mimHelpPart = new GfrMimAlrHlpOflPart(
                "Help on select perspective", "_shr_space_project_sel_");
   }
View Full Code Here

TOP

Related Classes of org.geoforge.guillc.menuitem.GfrMimAlrHlpOflPart

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.