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

Packages that use Result
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.components.common.gui Package contains the classes common to gswing database components. 
org.gswing.components.output.exporter Output package containing classes for exporting data from the database. 
org.gswing.components.viewer Contains the classes used in creating the gswing applet viewer. 
org.gswing.framework.services Package contains gswing framework services interfaces. 
org.gswing.gui.inserter Package contains gswing inserter gui classes. 
org.gswing.gui.services Package contains gswing gui services interfaces. 
 

Uses of Result in org.gswing.components.common
 

Subclasses of Result in org.gswing.components.common
 class OverallResult
          Purpose: Represents an overall result for an election.
 

Methods in org.gswing.components.common that return Result
 Result AllResults.getOverallResult(Date date, int selection)
          Get the overall result in relation to the current result (before or after).
 Result[] AllResults.getResult(char type, String constituency)
          Get the result.
 

Methods in org.gswing.components.common with parameters of type Result
 void AllResults.addResult(int type, String constituency, Result[] result)
          Add results to model.
 void AllResults.addToOverallResult(Result result)
          Add this single constituency result to an overall result.
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.
 

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

Methods in org.gswing.components.common.db that return Result
 Result DbReadAccess.getNextResult(Result oldResult)
          Gets the next result.
 Result DbReadAccess.getPreviousResult(Result oldResult, ResultKey key)
          Gets the previous result.
 Result DbReadAccess.getResult(ResultKey key)
          Get a result for this constituency on this date.
 

Methods in org.gswing.components.common.db with parameters of type Result
 Result DbReadAccess.getNextResult(Result oldResult)
          Gets the next result.
 Result DbReadAccess.getPreviousResult(Result oldResult, ResultKey key)
          Gets the previous result.
 String DbReadAccess.getPreviousWinner(Result oldResult)
          Gets the previous result by type (eg.
 

Uses of Result in org.gswing.components.common.gui
 

Fields in org.gswing.components.common.gui declared as Result
protected  Result PercentagePanel.result
           
 

Methods in org.gswing.components.common.gui with parameters of type Result
 void PercentagePanel.setResult(Result result)
          Update panel with specified result.
 void ResultPanel.setResult(Result result)
          Draw the result.
 void GraphPanel.setResult(Result[] results, int index)
          Set the results to display.
 void PercentageChangePanel.setResult(Result result, Result previous)
          Set the results to display.
 

Constructors in org.gswing.components.common.gui with parameters of type Result
ResultTableModel(Result result)
          Constructor.
 

Uses of Result in org.gswing.components.output.exporter
 

Fields in org.gswing.components.output.exporter with type parameters of type Result
protected  Hashtable<Constituency,Result> AbstractDbToFile.results
           
 

Uses of Result in org.gswing.components.viewer
 

Methods in org.gswing.components.viewer that return Result
 Result ResultsInterface.getLatestResult(char type, String constituency)
          Get the most recent result for this constituency.
 Result ResultsInterface.getNextResult(Result oldResult)
          Get the result after this one.
 Result ResultsInterface.getOverallResult(Date date, int selection)
          Get overall results for this election for this date.
 Result ResultsInterface.getPreviousResult(Result oldResult)
          Get the previous result to this one.
 Result[] ResultsInterface.getResults(char type, String constituency)
          Get all results for this constituency.
 Result[] ResultsInterface.getResults(Result result)
          Get all results in relation to this result.
 

Methods in org.gswing.components.viewer with parameters of type Result
 Result ResultsInterface.getNextResult(Result oldResult)
          Get the result after this one.
 Result ResultsInterface.getPreviousResult(Result oldResult)
          Get the previous result to this one.
 Result[] ResultsInterface.getResults(Result result)
          Get all results in relation to this result.
 

Uses of Result in org.gswing.framework.services
 

Methods in org.gswing.framework.services that return Result
 Result IDbReadAccess.getNextResult(Result oldResult)
          Gets the next result.
 Result IDbReadAccess.getPreviousResult(Result oldResult, ResultKey key)
          Gets the previous result.
 Result IDbReadAccess.getResult(ResultKey key)
          Get a result for this constituency on this date.
 

Methods in org.gswing.framework.services with parameters of type Result
 Result IDbReadAccess.getNextResult(Result oldResult)
          Gets the next result.
 Result IDbReadAccess.getPreviousResult(Result oldResult, ResultKey key)
          Gets the previous result.
 

Uses of Result in org.gswing.gui.inserter
 

Methods in org.gswing.gui.inserter with parameters of type Result
 void Inserter.updateResults(Result result)
          Called to redraw with this result.
 

Uses of Result in org.gswing.gui.services
 

Methods in org.gswing.gui.services with parameters of type Result
 void IResultRefresh.updateResults(Result result)
          Refresh dialog with new result,
 



Copyright © 2008. All Rights Reserved.