Uses of Interface
org.gswing.framework.services.IComponent

Packages that use IComponent
org.gswing.components.common.gui Package contains the classes common to gswing database components. 
org.gswing.components.input.importer Package contains the classes for the gswing Importer. 
org.gswing.gui Package contains gswing gui packages. 
org.gswing.gui.desktop Package contains gswing desktop 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. 
org.gswing.gui.services Package contains gswing gui services interfaces. 
 

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

Classes in org.gswing.components.common.gui that implement IComponent
 class ListDisplay
          Modal dialog box containing a list of strings, a message and an OK and cancel button.
 

Uses of IComponent in org.gswing.components.input.importer
 

Classes in org.gswing.components.input.importer that implement IComponent
 class RegionListDisplay
          A specialisation of the ListDisplay dialog.
 

Uses of IComponent in org.gswing.gui
 

Classes in org.gswing.gui that implement IComponent
 class About
          Defines the About box.
 class AddElectionGui
          Purpose: GUI for inserting election instances into the database.
 class CandidateSelector
          Dialog for selecting a single candidate from a list candidates from 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 GuiComponent
          Base class for all gui components.
 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 ModalInternalFrame
          Modal component gui.
 class TestListener
           
 class TreeDisplay
          Dialogue box containing a single item tree view, a message and an OK and cancel button.
 class UpdateParty
          Same functionality as InsertParty with different label.
 class Viewer
          GUI container that holds the gswing viewer.
 

Uses of IComponent in org.gswing.gui.desktop
 

Classes in org.gswing.gui.desktop that implement IComponent
 class Desktop
          The main frame in the GUI
 

Uses of IComponent in org.gswing.gui.exporter
 

Classes in org.gswing.gui.exporter that implement IComponent
 class Exporter
           
 

Uses of IComponent in org.gswing.gui.importer
 

Classes in org.gswing.gui.importer that implement IComponent
 class Importer
          The importer class.
 

Uses of IComponent in org.gswing.gui.inserter
 

Classes in org.gswing.gui.inserter that implement IComponent
 class Inserter
          Purpose: The main GUI for inserting results into the database.
 

Uses of IComponent in org.gswing.gui.messageviewer
 

Classes in org.gswing.gui.messageviewer that implement IComponent
 class MessageViewer
          Displays messages logged in the system.
 

Uses of IComponent in org.gswing.gui.services
 

Subinterfaces of IComponent in org.gswing.gui.services
 interface IGuiComponent
          This interface must be implemented by components wishing to be used in the gswing GUI.
 interface IMenuComponent
           
 



Copyright © 2008. All Rights Reserved.