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

Packages that use IFramework
org.gswing.components.common.gui Package contains the classes common to gswing database components. 
org.gswing.components.input.dbcreator Package contains the gswing database creator classes. 
org.gswing.components.input.importer Package contains the classes for the gswing Importer. 
org.gswing.components.output.exporter Output package containing classes for exporting data from the database. 
org.gswing.components.output.extractor Package contains the gswing Extractor. 
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.desktop Package contains gswing desktop 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.resource Package contains gswing gui resources. 
 

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

Constructors in org.gswing.components.common.gui with parameters of type IFramework
ListDisplay(IFramework framework, String title, String message, ListModel model)
          Constructor for single selections in the list.
ListDisplay(IFramework framework, String title, String message, ListModel model, int selectionMode)
          Constructor.
ListDisplay(IFramework framework, String title, String message, Object[] model)
          Constructor for single selections in the list.
ListDisplay(IFramework framework, String title, String message, Vector model)
          Constructor for single selections in the list.
ListDisplay(IFramework framework, String title, String message, Vector model, int selectionMode)
          Constructor for multiple selections in the list.
 

Uses of IFramework in org.gswing.components.input.dbcreator
 

Constructors in org.gswing.components.input.dbcreator with parameters of type IFramework
DbCreator(IFramework framework)
          Constructor.
 

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

Constructors in org.gswing.components.input.importer with parameters of type IFramework
CsvToXml(IFramework framework, String path)
          Constructor.
RegionListDisplay(IFramework framework, String title, String message, ListModel model)
          Constructor.
XmlToDb(IFramework framework, String path)
          Constructor.
 

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

Constructors in org.gswing.components.output.exporter with parameters of type IFramework
AbstractDbToFile(IFramework framework, String gswingHome, String type, boolean uploadFiles)
          Constructor.
DbToCsv(IFramework framework, String gswingHome, boolean uploadFiles)
          Constructor.
DbToXml(IFramework framework, String gswingHome, boolean uploadFiles)
          Constructor.
ElectionsToXml(IFramework framework, boolean upload)
          Constructor.
PartiesToXml(IFramework framework, boolean upload)
          Constructor.
 

Uses of IFramework in org.gswing.components.output.extractor
 

Constructors in org.gswing.components.output.extractor with parameters of type IFramework
Extractor(IFramework framework, boolean uploadFiles)
          Constructor.
 

Uses of IFramework in org.gswing.framework
 

Classes in org.gswing.framework that implement IFramework
 class Framework
          Manages communication between components and the GUI.
 

Methods in org.gswing.framework with parameters of type IFramework
 boolean ServerManager.initialise(IFramework framework)
          Set up manager.
 

Uses of IFramework in org.gswing.framework.services
 

Methods in org.gswing.framework.services with parameters of type IFramework
 boolean IComponent.initialise(IFramework framework)
          Initialise the component.
 

Uses of IFramework in org.gswing.gui
 

Methods in org.gswing.gui that return IFramework
protected  IFramework MenuComponent.getFramework()
          Get the framework object.
protected  IFramework GuiComponent.getFramework()
          Get the framework object.
 

Methods in org.gswing.gui with parameters of type IFramework
 boolean MenuComponent.initialise(IFramework framework)
           
 boolean MenuGuiComponent.initialise(IFramework framework)
           
 boolean DbMenu.initialise(IFramework framework)
           
 boolean GuiComponent.initialise(IFramework framework)
           
static Object CandidateSelector.showDialog(IFramework framework, JInternalFrame parentGui, IUpdateInformed callBack, int inx, ArrayList entries)
          Pop up dialog.
 

Constructors in org.gswing.gui with parameters of type IFramework
InsertCandidate(IUpdateInformed parent, IFramework framework, int index)
          Constructor for creating the candidate inserter outside the menu action.
ModalInternalFrame(String title, IFramework framework, boolean useDbConnection)
          Constructor.
TreeDisplay(IFramework framework, JInternalFrame pane, String title, String message, TreeModel model)
          Constructor.
TreeDisplay(IFramework framework, String title, String message, TreeModel model)
          Constructor using the desktop pane as parent.
Viewer(IFramework framework, String constituency, char constituencyType)
          Constructor.
 

Uses of IFramework in org.gswing.gui.desktop
 

Methods in org.gswing.gui.desktop with parameters of type IFramework
 boolean Desktop.initialise(IFramework framework)
          Set up desktop.
 

Uses of IFramework in org.gswing.gui.inserter
 

Constructors in org.gswing.gui.inserter with parameters of type IFramework
Inserter(JComponent parent, IFramework framework, String constituency, char constituencyType, String parentConstituency)
          Constructor.
 

Uses of IFramework in org.gswing.gui.messageviewer
 

Methods in org.gswing.gui.messageviewer with parameters of type IFramework
 boolean MessageViewer.initialise(IFramework framework)
          Set up the message viewer.
 

Uses of IFramework in org.gswing.gui.resource
 

Constructors in org.gswing.gui.resource with parameters of type IFramework
MenuLoader(IFramework framework, IDesktopManagement desktop)
          Constructor.
 



Copyright © 2008. All Rights Reserved.