Package org.geoforge.guillc.panel

Examples of org.geoforge.guillc.panel.GfrPnlKeyValueTfdSmall


           String strIdObject)
           throws Exception
   {
      super();

      this._pnlName_ = new GfrPnlKeyValueTfdSmall("Name:", GfrWrpBasSynObjNameTloWms.getInstance().getNameService(strIdObject));
      this._pnlVersion_ = new GfrPnlKeyValueTfdXSmall("Version:", GfrWrpBasSynObjNameTloWms.getInstance().getVersionService(strIdObject));
      this._pnlFees = new GfrPnlKeyValueTfdMedium("Fees:", GfrWrpBasSynObjNameTloWms.getInstance().getFeesService(strIdObject));
      this._pnlTitle = new GfrPnlKeyValueTfdXLarge("Title:", GfrWrpBasSynObjNameTloWms.getInstance().getTitleService(strIdObject));
      this._pnlAbstract = new GfrPnlKeyValueTaaLarge("Abstract:", GfrWrpBasSynObjNameTloWms.getInstance().getAbstractService(strIdObject));
     
View Full Code Here

TOP

Related Classes of org.geoforge.guillc.panel.GfrPnlKeyValueTfdSmall

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.