|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPropertyManagement | |
---|---|
org.gswing.components.common | Package contains the classes common to gswing components. |
org.gswing.framework | Package contains the gswing framework classes. |
org.gswing.framework.services | Package contains gswing framework services interfaces. |
Uses of IPropertyManagement in org.gswing.components.common |
---|
Constructors in org.gswing.components.common with parameters of type IPropertyManagement | |
---|---|
Properties(IPropertyManagement propManager)
Constructor. |
Uses of IPropertyManagement in org.gswing.framework |
---|
Classes in org.gswing.framework that implement IPropertyManagement | |
---|---|
class |
PropertyManager
Manages the storage, update and distribition of configuration values. |
Methods in org.gswing.framework that return IPropertyManagement | |
---|---|
IPropertyManagement |
Framework.getPropertyManager()
Get access to the property manager. |
Constructors in org.gswing.framework with parameters of type IPropertyManagement | |
---|---|
DatabaseManager(IPropertyManagement propManager)
Default constructor. |
|
Framework(IMessageHandling messageHandler,
IPropertyManagement propertyManager,
IDesktopManagement desktopManager,
IDatabaseManagement dbManager,
IServerManagement serverManager)
Constructor. |
|
MessageHandler(IPropertyManagement propManager)
Constructor. |
Uses of IPropertyManagement in org.gswing.framework.services |
---|
Methods in org.gswing.framework.services that return IPropertyManagement | |
---|---|
IPropertyManagement |
IFramework.getPropertyManager()
Get the property manager services. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |