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

Packages that use Party
org.gswing.components.common Package contains the classes common to gswing components. 
org.gswing.components.common.db Package contains the classes common to gswing gui components. 
org.gswing.framework.services Package contains gswing framework services interfaces. 
 

Uses of Party in org.gswing.components.common
 

Methods in org.gswing.components.common that return Party
 Party ListEntry.getParty()
          Get the party object.
 Party ConstituencyEntry.getParty()
          Get the party object.
abstract  Party Entry.getParty()
          Get the party object.
 Party Candidate.getPartyObject()
          Get the party that the candidate belongs to.
 Party Result.getWinningParty()
          Get the winning party.
 

Constructors in org.gswing.components.common with parameters of type Party
Candidate(String firstName, String surname, Party party)
          Constructor.
ListEntry(Election election, Party party, int votes)
          Construcor.
 

Uses of Party in org.gswing.components.common.db
 

Methods in org.gswing.components.common.db that return Party
 Party DbReadAccess.getParty(String abbreviation)
          Get the party from the abbreviation.
 

Methods in org.gswing.components.common.db that return types with arguments of type Party
 Vector<Party> DbReadAccess.getParties()
          Get all party objects in the database.
 

Uses of Party in org.gswing.framework.services
 

Methods in org.gswing.framework.services that return Party
 Party IDbReadAccess.getParty(String abbreviation)
          Get the party name from an abbreviation.
 

Methods in org.gswing.framework.services that return types with arguments of type Party
 Vector<Party> IDbReadAccess.getParties()
          Get all party objects in the database.
 



Copyright © 2008. All Rights Reserved.