Uses of Class
romanemperorsscraper.scraping.people.Person
-
Packages that use Person Package Description romanemperorsscraper.scraping.dynasties romanemperorsscraper.scraping.people romanemperorsscraper.ui.people -
-
Uses of Person in romanemperorsscraper.scraping.dynasties
Fields in romanemperorsscraper.scraping.dynasties declared as Person Modifier and Type Field Description private PersonDynastyTree. founderNode -
Uses of Person in romanemperorsscraper.scraping.people
Fields in romanemperorsscraper.scraping.people declared as Person Modifier and Type Field Description private PersonPerson. adoptiveFatherprivate PersonPerson. fatherprivate PersonPerson. motherFields in romanemperorsscraper.scraping.people with type parameters of type Person Modifier and Type Field Description private java.util.ArrayList<Person>Person. adoptedChildrenprivate java.util.ArrayList<Person>Person. childrenprivate java.util.ArrayList<Person>Person. spousesprivate static java.util.HashMap<java.lang.String,Person>Person. storedPersonObjectsprivate java.util.ArrayList<Person>Person. successorsMethods in romanemperorsscraper.scraping.people that return types with arguments of type Person Modifier and Type Method Description static java.util.HashMap<java.lang.String,Person>Person. getStoredPersonObjects()java.util.ArrayList<Person>Person. getSuccessors() -
Uses of Person in romanemperorsscraper.ui.people
Fields in romanemperorsscraper.ui.people declared as Person Modifier and Type Field Description private PersonPersonCard. personFields in romanemperorsscraper.ui.people with type parameters of type Person Modifier and Type Field Description private java.util.ArrayList<Person>SuccessorListDialog. successorsMethods in romanemperorsscraper.ui.people that return Person Modifier and Type Method Description PersonPersonCard. getPerson()Methods in romanemperorsscraper.ui.people that return types with arguments of type Person Modifier and Type Method Description java.util.HashMap<java.lang.String,Person>PeopleList. getDynastyPeopleList(java.lang.String dynastyPageUrl)Get all people from a specific dynasty from the dynastiesPeopleList HashMapMethods in romanemperorsscraper.ui.people with parameters of type Person Modifier and Type Method Description voidPersonCard. setPerson(Person person)static voidPersonCard. updateCard(PersonCard personCard, Person successor)Replace the represented person's personal information and image with her/his successor'sConstructors in romanemperorsscraper.ui.people with parameters of type Person Constructor Description PersonCard(java.lang.String dynastyPageUrl, Person person, PeopleList peopleList)Given a dynasty's Wikipedia page URL, a person to be represented and the PeopleList this person is included into, create a frame containing image, personal information, a button to go to his/her successors (if there are available) and a button to go back to the graphConstructor parameters in romanemperorsscraper.ui.people with type arguments of type Person Constructor Description SuccessorListDialog(java.util.ArrayList<Person> successors, PersonCard personCard)Given a PersonCard instance and an ArrayList containing the represented person's successors, create a dialog to let the user choose one of them
-