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

Packages that use SimpleConstituency
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 SimpleConstituency in org.gswing.components.common
 

Subclasses of SimpleConstituency in org.gswing.components.common
 class Constituency
          Represents a electoral constituency.
 

Constructors in org.gswing.components.common with parameters of type SimpleConstituency
Constituency(String name, int number, char type, SimpleConstituency parent)
          Constructor.
 

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

Methods in org.gswing.components.common.db that return types with arguments of type SimpleConstituency
 List<SimpleConstituency> DbReadAccess.getConstituencies(Election election)
          Fetch list of constituencies in an election.
 

Uses of SimpleConstituency in org.gswing.framework.services
 

Methods in org.gswing.framework.services that return types with arguments of type SimpleConstituency
 List<SimpleConstituency> IDbReadAccess.getConstituencies(Election election)
          Fetch all constituencies taking part in particular election.
 



Copyright © 2008. All Rights Reserved.