org.gswing.framework
Class Framework

java.lang.Object
  extended by org.gswing.framework.Framework
All Implemented Interfaces:
IFramework

public class Framework
extends Object
implements IFramework

Manages communication between components and the GUI.


Constructor Summary
Framework(IMessageHandling messageHandler, IPropertyManagement propertyManager, IDesktopManagement desktopManager, IDatabaseManagement dbManager, IServerManagement serverManager)
          Constructor.
 
Method Summary
 IDatabaseManagement getDatabaseManager()
          Get access to the desktop manager.
 IDesktopManagement getDesktopManager()
          Get access to the desktop manager.
 IMessageHandling getMessageHandler()
          Get access to the message handler.
 IPropertyManagement getPropertyManager()
          Get access to the property manager.
 IServerManagement getServerManager()
          Get access to the server manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Framework

public Framework(IMessageHandling messageHandler,
                 IPropertyManagement propertyManager,
                 IDesktopManagement desktopManager,
                 IDatabaseManagement dbManager,
                 IServerManagement serverManager)
Constructor.

Parameters:
messageHandler - The message handler.
propertyManager - The property manager.
desktopManager - The deskstop manager.
dbManager - The database manager.
Method Detail

getMessageHandler

public IMessageHandling getMessageHandler()
Get access to the message handler.

Specified by:
getMessageHandler in interface IFramework
Returns:
The message handler.

getPropertyManager

public IPropertyManagement getPropertyManager()
Get access to the property manager.

Specified by:
getPropertyManager in interface IFramework
Returns:
The property manager.

getDesktopManager

public IDesktopManagement getDesktopManager()
Get access to the desktop manager.

Specified by:
getDesktopManager in interface IFramework
Returns:
The desktop manager.

getDatabaseManager

public IDatabaseManagement getDatabaseManager()
Get access to the desktop manager.

Specified by:
getDatabaseManager in interface IFramework
Returns:
The desktop manager.

getServerManager

public IServerManagement getServerManager()
Description copied from interface: IFramework
Get access to the server manager.

Specified by:
getServerManager in interface IFramework
Returns:
The server manager.


Copyright © 2008. All Rights Reserved.