Examples of IndividualListView


Examples of net.sourceforge.gedapi.view.IndividualListView

    return pedigreeView;
  }
 
  public static final IndividualListView individualListView(Gedcom gedcom, boolean networkReload, GLinkURL gedcomurl)
  {
    IndividualListView individualListView = new IndividualListView();
    individualListView.gedcomurl = gedcomurl.getGedcomURL();
    return individualListView;
  }
View Full Code Here
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.