org.gswing.framework.services
Interface IFramework

All Known Implementing Classes:
Framework

public interface IFramework

Provide GUI services to gswing components.


Method Summary
 IDatabaseManagement getDatabaseManager()
          Get access to the desktop manager.
 IDesktopManagement getDesktopManager()
          Get the desktop manager.
 IMessageHandling getMessageHandler()
          Get the message handling services.
 IPropertyManagement getPropertyManager()
          Get the property manager services.
 IServerManagement getServerManager()
          Get access to the server manager.
 

Method Detail

getMessageHandler

IMessageHandling getMessageHandler()
Get the message handling services. Used for to raise messages, warning and errors with the GUI.

Returns:
The message handler.

getPropertyManager

IPropertyManagement getPropertyManager()
Get the property manager services. Used for accessing /setting configuration values.

Returns:
The property manager.

getDesktopManager

IDesktopManagement getDesktopManager()
Get the desktop manager. Used for modifying the desktop appearance.

Returns:
The desktop manager.

getDatabaseManager

IDatabaseManagement getDatabaseManager()
Get access to the desktop manager.

Returns:
The desktop manager.

getServerManager

IServerManagement getServerManager()
Get access to the server manager.

Returns:
The server manager.


Copyright © 2008. All Rights Reserved.