Uses of Class
org.eclipse.nebula.widgets.nattable.dataset.person.Address
Packages that use Address
-
Uses of Address in org.eclipse.nebula.widgets.nattable.dataset.person
Methods in org.eclipse.nebula.widgets.nattable.dataset.person that return AddressModifier and TypeMethodDescriptionstatic AddressPersonService.createAddress()Creates a random address out of street names, postal codes and city names which are taken from "The Simpsons" (i haven't found postal codes, so here i invented some for the example)PersonWithAddress.getAddress()Methods in org.eclipse.nebula.widgets.nattable.dataset.person that return types with arguments of type AddressModifier and TypeMethodDescriptionPersonService.getAddress(int number) Creates a list ofAddress.Methods in org.eclipse.nebula.widgets.nattable.dataset.person with parameters of type AddressConstructors in org.eclipse.nebula.widgets.nattable.dataset.person with parameters of type AddressModifierConstructorDescriptionExtendedPersonWithAddress(int id, String firstName, String lastName, Person.Gender gender, boolean married, Date birthday, Address address, String password, String description, double money, List<String> favouriteFood, List<String> favouriteDrinks) ExtendedPersonWithAddress(Person person, Address address, String password, String description, double money, List<String> favouriteFood, List<String> favouriteDrinks) PersonWithAddress(int id, String firstName, String lastName, Person.Gender gender, boolean married, Date birthday, Address address) PersonWithAddress(Person person, Address address)