|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDatabaseListener | |
|---|---|
| org.gswing.framework | Package contains the gswing framework classes. |
| org.gswing.framework.services | Package contains gswing framework services interfaces. |
| org.gswing.gui | Package contains gswing gui packages. |
| org.gswing.gui.constituencytree | Package contains gswing constituency tree gui classes. |
| org.gswing.gui.exporter | Package contains gswing exporter gui classes. |
| org.gswing.gui.importer | Package contains gswing importer gui classes. |
| org.gswing.gui.inserter | Package contains gswing inserter gui classes. |
| org.gswing.gui.messageviewer | Package contains gswing message viewer gui classes. |
| Uses of IDatabaseListener in org.gswing.framework |
|---|
| Methods in org.gswing.framework with parameters of type IDatabaseListener | |
|---|---|
void |
DatabaseManager.deRegister(IDatabaseListener listener)
|
void |
DatabaseManager.register(IDatabaseListener listener)
|
| Uses of IDatabaseListener in org.gswing.framework.services |
|---|
| Methods in org.gswing.framework.services with parameters of type IDatabaseListener | |
|---|---|
void |
IDatabaseManagement.deRegister(IDatabaseListener listener)
De-register with the database manager for update database notification messages. |
void |
IDatabaseManagement.register(IDatabaseListener listener)
Register with the database manager for update database notification messages. |
| Uses of IDatabaseListener in org.gswing.gui |
|---|
| Classes in org.gswing.gui that implement IDatabaseListener | |
|---|---|
class |
About
Defines the About box. |
class |
AddElectionGui
Purpose: GUI for inserting election instances into the database. |
class |
CloseConnection
Class deals with closing the database connection from the GUI menu option. |
class |
DbAccessGui
Purpose: Dialogue that displays the database protocol and allows the user to insert a password for that database. |
class |
DbMenu
Class represents a menu component that has a database connection but no graphical reresentation. |
class |
DbUpgrader
The GUI's datbase upgrade functionality. |
class |
Exit
Class deals with the closing down of the GUI. |
class |
Help
Represents the on-line help set. |
class |
InsertCandidate
Dialog for inserting a single candidate into the database. |
class |
InsertParty
GUI for inserting/modifying party instances into the database. |
class |
InsertPartyLeader
Dialog for inserting a party leader for a particular election. |
class |
MenuComponent
Base class for all non GUI menu components. |
class |
MenuGuiComponent
Gui component deriving from a menu. |
class |
TestListener
|
class |
UpdateParty
Same functionality as InsertParty with different label. |
| Uses of IDatabaseListener in org.gswing.gui.constituencytree |
|---|
| Classes in org.gswing.gui.constituencytree that implement IDatabaseListener | |
|---|---|
class |
TreeDisplay
Dialogue box containing full constituency tree. |
| Uses of IDatabaseListener in org.gswing.gui.exporter |
|---|
| Classes in org.gswing.gui.exporter that implement IDatabaseListener | |
|---|---|
class |
Exporter
|
| Uses of IDatabaseListener in org.gswing.gui.importer |
|---|
| Classes in org.gswing.gui.importer that implement IDatabaseListener | |
|---|---|
class |
Importer
The importer class. |
| Uses of IDatabaseListener in org.gswing.gui.inserter |
|---|
| Classes in org.gswing.gui.inserter that implement IDatabaseListener | |
|---|---|
class |
Inserter
Purpose: The main GUI for inserting results into the database. |
| Uses of IDatabaseListener in org.gswing.gui.messageviewer |
|---|
| Classes in org.gswing.gui.messageviewer that implement IDatabaseListener | |
|---|---|
class |
MessageViewer
Displays messages logged in the system. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||