|
|||||||||
| Home >> All >> org >> zazof >> [ jteg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.zazof.jteg
Class CountryList

java.lang.Objectorg.zazof.jteg.CountryList
- public class CountryList
- extends java.lang.Object
| Field Summary | |
private java.util.Vector |
countries
|
| Constructor Summary | |
CountryList()
|
|
| Method Summary | |
void |
addCountry(Country c)
|
Country |
getCountry(int country_id)
|
Country |
getCountryByOwner(Player owner)
|
java.util.Enumeration |
getCountryElements()
|
void |
unselectAll()
unselects all countries |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
countries
private java.util.Vector countries
| Constructor Detail |
CountryList
public CountryList()
| Method Detail |
getCountry
public Country getCountry(int country_id) throws java.lang.Exception
addCountry
public void addCountry(Country c)
unselectAll
public void unselectAll()
- unselects all countries
getCountryByOwner
public Country getCountryByOwner(Player owner) throws java.lang.Exception
getCountryElements
public java.util.Enumeration getCountryElements()
|
|||||||||
| Home >> All >> org >> zazof >> [ jteg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.zazof.jteg.CountryList