Package net.sourceforge.gedapi.view

Examples of net.sourceforge.gedapi.view.FamilyView


  public static final StringBuilder centralSiteRoot = new StringBuilder();
  public static final String NOT_NAMED = "Not Named";
 
  public static final FamilyView familyView(Indi indi, boolean networkReload, GLinkURL gedcomurl)
  {
    FamilyView familyView = new FamilyView();
    familyView.gedcomurl = gedcomurl.getGedcomURL();
    familyView.indi = indi2Individual(indi,gedcomurl,networkReload);
    if(familyView.indi != null && familyView.indi.lastModified > familyView.lastModified)
    {
      familyView.lastModified = familyView.indi.lastModified;
View Full Code Here

TOP

Related Classes of net.sourceforge.gedapi.view.FamilyView

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.