Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.zazof.jteg
Class CountryList  view CountryList download CountryList.java

java.lang.Object
  extended byorg.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()