Uses of Class
org.gswing.components.common.Entry

Packages that use Entry
org.gswing.components.common Package contains the classes common to gswing components. 
 

Uses of Entry in org.gswing.components.common
 

Subclasses of Entry in org.gswing.components.common
 class ConstituencyEntry
          Purpose: Represents an election constituency result entry.
 class ListEntry
          Purpose: Represents an election list result entry.
 

Fields in org.gswing.components.common with type parameters of type Entry
protected  Vector<Entry> Result.entries
          Holds all result entries.
 

Methods in org.gswing.components.common that return Entry
 Entry Result.elementAt(int i)
          Get the entry at this index.
 

Methods in org.gswing.components.common with parameters of type Entry
 void Result.add(Entry entry)
          Add an entry to the result.
 int Entry.compareTo(Entry ob)
          Compare the number of votes of this entry with another.
protected  boolean AllResults.setLeaderVotes(Result result, Entry entry)
          Add the number of votes in an entry (a result from a constituency) to the total votes of the party's leader.
 



Copyright © 2008. All Rights Reserved.