org.gswing.gui.services
Interface IGuiComponent

All Superinterfaces:
IComponent
All Known Implementing Classes:
About, AddElectionGui, CandidateSelector, DbAccessGui, DbUpgrader, Exporter, GuiComponent, Importer, InsertCandidate, Inserter, InsertParty, InsertPartyLeader, ListDisplay, MenuGuiComponent, MessageViewer, ModalInternalFrame, RegionListDisplay, TestListener, TreeDisplay, TreeDisplay, UpdateParty, Viewer

public interface IGuiComponent
extends IComponent

This interface must be implemented by components wishing to be used in the gswing GUI.


Method Summary
 boolean initialise(IDesktopManagement desktopManager)
          Initialise the component.
 
Methods inherited from interface org.gswing.framework.services.IComponent
initialise
 

Method Detail

initialise

boolean initialise(IDesktopManagement desktopManager)
Initialise the component. Through this method, components will get access to the framework and the desktop manager reference.

Parameters:
desktopManager - The desktop manager.
Returns:
True if component has been successfully initialised.


Copyright © 2008. All Rights Reserved.