Serialized Form


Package org.gswing.components.common

Class org.gswing.components.common.AllResults extends Object implements Serializable

serialVersionUID: -6834867447425425120L

Serialized Fields

regionList

ListModel regionList

wardList

Hashtable<K,V> wardList

constList

Hashtable<K,V> constList

councilList

Hashtable<K,V> councilList

localResults

Hashtable<K,V> localResults

constituencyResults

Hashtable<K,V> constituencyResults

councilResults

Hashtable<K,V> councilResults

regionResults

Hashtable<K,V> regionResults

overallResults

Hashtable<K,V> overallResults

gswingVersion

String gswingVersion

stateName

String stateName

Class org.gswing.components.common.Candidate extends Object implements Serializable

serialVersionUID: 5480471101012314911L

Serialized Fields

m_firstName

String m_firstName

m_surname

String m_surname

m_party

Party m_party

Class org.gswing.components.common.Constituency extends SimpleConstituency implements Serializable

serialVersionUID: 7281486624734201454L

Serialized Fields

type

char type

parent

SimpleConstituency parent

Class org.gswing.components.common.ConstituencyEntry extends Entry implements Serializable

serialVersionUID: -1443535784818011737L

Serialized Fields

m_candidate

Candidate m_candidate

Class org.gswing.components.common.Election extends Object implements Serializable

serialVersionUID: -1851925319971784817L

Serialized Fields

m_electionNo

int m_electionNo

name

String name

type

String type

m_system

String m_system

date

Date date

isStandalone

boolean isStandalone

isByElection

boolean isByElection

Class org.gswing.components.common.Entry extends Object implements Serializable

Serialized Fields

election

Election election

m_votes

int m_votes

m_percentage

int m_percentage

m_position

int m_position

Class org.gswing.components.common.ListEntry extends Entry implements Serializable

serialVersionUID: 12L

Serialized Fields

party

Party party

Class org.gswing.components.common.OverallResult extends Result implements Serializable

serialVersionUID: -4878743707729522826L

Serialized Fields

seatsWon

Hashtable<K,V> seatsWon

Class org.gswing.components.common.Party extends Object implements Serializable

serialVersionUID: -5428208870390094180L

Serialized Fields

abbreviation

String abbreviation

fullName

String fullName

homePage

URL homePage

colour

Color colour

Class org.gswing.components.common.Result extends Object implements Serializable

serialVersionUID: -4594791325210723709L

Serialized Fields

entries

Vector<E> entries
Holds all result entries.


constituency

Constituency constituency

m_winningParty

Party m_winningParty

m_majority

int m_majority

m_election

Election m_election

m_result

String m_result
The actual result.


m_electorate

int m_electorate
Size of the electorate.


m_totalVotes

int m_totalVotes
Total votes cast.


m_turnout

int m_turnout
The size of the electorate.


m_isLatest

boolean m_isLatest

m_isOldest

boolean m_isOldest

m_index

int m_index

Class org.gswing.components.common.ResultList extends Object implements Serializable

serialVersionUID: 11L

Serialized Fields

m_list

Vector<E> m_list

Class org.gswing.components.common.SimpleConstituency extends Object implements Serializable

serialVersionUID: -5803299181928248358L

Serialized Fields

name

String name

constituencyNo

int constituencyNo

Package org.gswing.components.common.gui

Class org.gswing.components.common.gui.CommonDialog extends JDialog implements Serializable

serialVersionUID: -6490147868952859919L

Serialized Fields

m_xSize

int m_xSize

m_ySize

int m_ySize

m_dim

Dimension m_dim

Class org.gswing.components.common.gui.CommonGui extends JFrame implements Serializable

serialVersionUID: 10L

Serialized Fields

m_xSize

int m_xSize

m_ySize

int m_ySize

dim

Dimension dim

Class org.gswing.components.common.gui.ConstituencyNode extends DefaultMutableTreeNode implements Serializable

serialVersionUID: -5028469499034674550L

Serialized Fields

type

char type

Class org.gswing.components.common.gui.ConstituencyTreeModel extends DefaultTreeModel implements Serializable

serialVersionUID: 4014924580147301484L

Serialized Fields

browser

IConstituencyBrowsing browser

Class org.gswing.components.common.gui.DbAccessGui extends CommonGui implements Serializable

serialVersionUID: -7183713157921833493L

Serialized Fields

passwordField

JPasswordField passwordField

inserter

IDbAccessCallback inserter

Class org.gswing.components.common.gui.DisplayPanel extends JPanel implements Serializable

serialVersionUID: -4420377706402568591L

Serialized Fields

border

TitledBorder border

Class org.gswing.components.common.gui.GraphPanel extends DisplayPanel implements Serializable

serialVersionUID: -6452608845169252296L

Serialized Fields

results

Result[] results

lineLength

int lineLength

currentIndex

int currentIndex

Class org.gswing.components.common.gui.ListDisplay extends ModalInternalFrame implements Serializable

serialVersionUID: 265043668281275606L

Serialized Fields

list

JList list

selection

Object[] selection

buttonPanel

JPanel buttonPanel
Panel containing the displaye buttons

Class org.gswing.components.common.gui.MainViewerPanel extends JPanel implements Serializable

serialVersionUID: -5450769891759069605L

Serialized Fields

resultsInterface

ResultsInterface resultsInterface

resultPanel

ResultPanel resultPanel

perPanel

PercentagePanel perPanel

perChangePanel

PercentageChangePanel perChangePanel

graphPanel

GraphPanel graphPanel

nextButton

JButton nextButton

previousButton

JButton previousButton

result

Result result

Class org.gswing.components.common.gui.PercentageChangePanel extends PercentagePanel implements Serializable

serialVersionUID: -1984830084322149975L

Serialized Fields

gap

int gap

previousResult

Result previousResult

Class org.gswing.components.common.gui.PercentagePanel extends DisplayPanel implements Serializable

serialVersionUID: 8242167974484787627L

Serialized Fields

result

Result result

m_gap

int m_gap

Class org.gswing.components.common.gui.ResultPanel extends DisplayPanel implements Serializable

serialVersionUID: 4639613823912543253L

Serialized Fields

winnerText

JTextField winnerText

electionText

JTextField electionText

result

Result result

keyListener

KeyListener keyListener

showTurnout

boolean showTurnout

Class org.gswing.components.common.gui.ResultPanel.ColorRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: -1740930434523502926L

Class org.gswing.components.common.gui.ResultTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 2322132919371462789L

Serialized Fields

result

Result result

noOfColumns

int noOfColumns

Class org.gswing.components.common.gui.SimpleTree extends JTree implements Serializable

serialVersionUID: 3089627214415825050L

Serialized Fields

backGroundColour

Color backGroundColour

Class org.gswing.components.common.gui.TextVerifier extends PlainDocument implements Serializable

serialVersionUID: 12L

Serialized Fields

maxSize

int maxSize

numericType

int numericType

Class org.gswing.components.common.gui.TreeDisplay extends CommonDialog implements Serializable

serialVersionUID: 38L

Serialized Fields

tree

JTree tree

selection

TreePath selection

Package org.gswing.components.input.importer

Class org.gswing.components.input.importer.RegionListDisplay extends ListDisplay implements Serializable

serialVersionUID: 7580756088944102912L

Serialized Fields

newRegionSelected

boolean newRegionSelected

Package org.gswing.components.input.inserter

Class org.gswing.components.input.inserter.MainGui extends CommonGui implements Serializable

serialVersionUID: 2406462262990801654L

Serialized Fields

dbAccess

DbWriteAccess dbAccess

constList

JComboBox constList

searchType

char searchType

currentType

char currentType

Package org.gswing.components.viewer

Class org.gswing.components.viewer.AppletMain extends JApplet implements Serializable

serialVersionUID: -6677797681960520995L

Class org.gswing.components.viewer.TurnoutPanel extends JPanel implements Serializable

serialVersionUID: 0L

Class org.gswing.components.viewer.ViewerDisplay extends JPanel implements Serializable

serialVersionUID: -7875251202499455157L

Serialized Fields

mainPanel

MainViewerPanel mainPanel

tree

SimpleTree tree

Package org.gswing.gui

Class org.gswing.gui.About extends MenuGuiComponent implements Serializable

serialVersionUID: -2973303463801860647L

Serialized Fields

okButton

JButton okButton

Class org.gswing.gui.AddElectionGui extends MenuGuiComponent implements Serializable

serialVersionUID: -542738878690179103L

Serialized Fields

dbAccess

IDbWriteAccess dbAccess

nameField

JTextField nameField

dayField

JTextField dayField

monthField

JTextField monthField

yearField

JTextField yearField

typeCombo

JComboBox typeCombo

systemCombo

JComboBox systemCombo

okButton

JButton okButton

cancelButton

JButton cancelButton

Class org.gswing.gui.CandidateSelector extends ModalInternalFrame implements Serializable

serialVersionUID: 4665157332075181062L

Class org.gswing.gui.CandidateSelector.CandidateModel extends DefaultListModel implements Serializable

serialVersionUID: -7466954935907858047L

Class org.gswing.gui.DbAccessGui extends MenuGuiComponent implements Serializable

serialVersionUID: -7183713157921833493L

Serialized Fields

passwordField

JPasswordField passwordField

goButton

JButton goButton

propManager

IPropertyManagement propManager

Class org.gswing.gui.DbMenu extends JMenu implements Serializable

serialVersionUID: 2448468402693279459L

Class org.gswing.gui.DbUpgrader extends MenuGuiComponent implements Serializable

serialVersionUID: 7742102382429524711L

Class org.gswing.gui.GuiComponent extends JInternalFrame implements Serializable

Serialized Fields

framework

IFramework framework

desktopManager

IDesktopManagement desktopManager

focusedComponent

JComponent focusedComponent

defaultButton

JButton defaultButton

Class org.gswing.gui.InsertCandidate extends MenuGuiComponent implements Serializable

serialVersionUID: 4317451304215140314L

Serialized Fields

dbAccess

IDbWriteAccess dbAccess

parent

IUpdateInformed parent

index

int index

currentCandidate

Candidate currentCandidate

firstName

JTextField firstName

surname

JTextField surname

parties

JComboBox parties

okButton

JButton okButton

applyButton

JButton applyButton

cancelButton

JButton cancelButton

Class org.gswing.gui.InsertParty extends MenuGuiComponent implements Serializable

serialVersionUID: -542738878690179103L

Serialized Fields

dbAccess

IDbWriteAccess dbAccess

logger

IMessageHandling logger

nameField

JTextField nameField

abbreviationField

JTextField abbreviationField

urlField

JTextField urlField

okButton

JButton okButton

cancelButton

JButton cancelButton

Class org.gswing.gui.InsertPartyLeader extends MenuGuiComponent implements Serializable

serialVersionUID: -1365478712687711904L

Serialized Fields

dbAccess

IDbWriteAccess dbAccess

north

JPanel north

councilPanel

JPanel councilPanel

leaders

JTable leaders

findCandidateButton

JButton findCandidateButton

findCouncilButton

JButton findCouncilButton

okButton

JButton okButton

applyButton

JButton applyButton

cancelButton

JButton cancelButton

candidateField

JTextField candidateField

councilField

JTextField councilField

elections

JComboBox elections

currentCandidate

Candidate currentCandidate

currentConstituency

String currentConstituency

currentParent

String currentParent

Class org.gswing.gui.MenuGuiComponent extends GuiComponent implements Serializable

Serialized Fields

menuItem

JMenuItem menuItem

dbManager

IDatabaseManagement dbManager

useDbConnection

boolean useDbConnection

Class org.gswing.gui.ModalInternalFrame extends GuiComponent implements Serializable

serialVersionUID: 3598208504309065851L

Serialized Fields

initialised

boolean initialised

glass

JPanel glass

Class org.gswing.gui.TestListener extends MenuGuiComponent implements Serializable

Class org.gswing.gui.TreeDisplay extends ModalInternalFrame implements Serializable

serialVersionUID: 974485897348337625L

Serialized Fields

tree

JTree tree

selection

TreePath selection

Class org.gswing.gui.UpdateParty extends InsertParty implements Serializable

serialVersionUID: -7680760419323172569L

Class org.gswing.gui.Viewer extends GuiComponent implements Serializable

serialVersionUID: -5450769891759069605L

Serialized Fields

viewer

MainViewerPanel viewer

Package org.gswing.gui.constituencytree

Class org.gswing.gui.constituencytree.TreeDisplay extends MenuGuiComponent implements Serializable

serialVersionUID: 5635170060580132599L

Serialized Fields

tree

SimpleTree tree

model

ConstituencyTreeModel model

popup

JPopupMenu popup

dbAccess

IDbWriteAccess dbAccess

logger

IMessageHandling logger

Package org.gswing.gui.desktop

Class org.gswing.gui.desktop.Desktop extends JFrame implements Serializable

serialVersionUID: -6544377238769309358L

Serialized Fields

framework

IFramework framework

logger

IMessageHandling logger

pane

JDesktopPane pane

menuBar

JMenuBar menuBar

statusBar

org.gswing.gui.desktop.Desktop.StatusBar statusBar

viewer

Viewer viewer

Package org.gswing.gui.exporter

Class org.gswing.gui.exporter.Exporter extends MenuGuiComponent implements Serializable

serialVersionUID: 2672407315827498939L

Serialized Fields

EXPORT_XML

String EXPORT_XML

EXPORT_CSV

String EXPORT_CSV

EXTRACT

String EXTRACT

PARTIES

String PARTIES

ELECTIONS

String ELECTIONS

options

JComboBox options

checkBox

JCheckBox checkBox

okButton

JButton okButton

cancelButton

JButton cancelButton

Package org.gswing.gui.importer

Class org.gswing.gui.importer.Importer extends MenuGuiComponent implements Serializable

serialVersionUID: 1809475775116829397L


Package org.gswing.gui.inserter

Class org.gswing.gui.inserter.Inserter extends GuiComponent implements Serializable

serialVersionUID: -8558562257084173080L

Serialized Fields

dbAccess

IDbWriteAccess dbAccess

resultsPanel

ResultPanel resultsPanel

centrePanel

org.gswing.gui.inserter.CentrePanel centrePanel

bottomPanel

org.gswing.gui.inserter.BottomPanel bottomPanel

parent

JComponent parent

constituency

String constituency

constituencyType

char constituencyType

parentConstituency

String parentConstituency

Package org.gswing.gui.messageviewer

Class org.gswing.gui.messageviewer.MessageViewer extends MenuGuiComponent implements Serializable

serialVersionUID: 4449743201927932884L

Serialized Fields

model

org.gswing.gui.messageviewer.MessageViewer.MyTableModel model

desktopManager

IDesktopManagement desktopManager



Copyright © 2008. All Rights Reserved.