|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Address | |
|---|---|
| org.fuin.examples.jmsmvc4swing | A basic example for the JmsMvc4Swing library. |
| Uses of Address in org.fuin.examples.jmsmvc4swing |
|---|
| Methods in org.fuin.examples.jmsmvc4swing that return Address | |
|---|---|
Address |
Address.setCity(String city)
Sets the city to a new value. |
Address |
Address.setCountry(String country)
Sets the country to a new value. |
Address |
Address.setFirstName(String firstName)
Sets the first name to a new value. |
Address |
Address.setId(int id)
Sets the unique identifier to a new value. |
Address |
Address.setLastName(String lastName)
Sets the last name to a new value. |
Address |
Address.setState(String state)
Sets the state name to a new value. |
Address |
Address.setStreet(String street)
Sets the street name to a new value. |
Address |
Address.setZip(String zip)
Sets the postal ZIP code to a new value. |
| Methods in org.fuin.examples.jmsmvc4swing with parameters of type Address | |
|---|---|
int |
Address.compareTo(Address other)
|
void |
AddressControllerImpl.deleteAddress(Address address,
AddressController.DeleteAddressListener listener)
Deletes an address. |
void |
AddressController.deleteAddress(Address address,
AddressController.DeleteAddressListener listener)
Deletes an address. |
| Method parameters in org.fuin.examples.jmsmvc4swing with type arguments of type Address | |
|---|---|
void |
AddressController.LoadAddressesListener.setAddresses(List<Address> list)
Sets the address list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||