com.sage.swt.client.ui.builder
Class DefaultWidgetsEngineFactory

java.lang.Object
  extended by com.sage.swt.client.ui.builder.DefaultWidgetsEngineFactory
All Implemented Interfaces:
WidgetsEngineFactory

public class DefaultWidgetsEngineFactory
extends java.lang.Object
implements WidgetsEngineFactory

Default implementation of a WidgetsEngineFactory. The engines created by this factory are of type DefaultWidgetsEngine.


Constructor Summary
DefaultWidgetsEngineFactory()
           
 
Method Summary
 WidgetsEngine createEngine(SwtErrorStack errorStack, PropertyResolutionManager propertyResolutionManager, MetaDataConnector metaDataConnector)
          Creates a widgets engine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWidgetsEngineFactory

public DefaultWidgetsEngineFactory()
Method Detail

createEngine

public WidgetsEngine createEngine(SwtErrorStack errorStack,
                                  PropertyResolutionManager propertyResolutionManager,
                                  MetaDataConnector metaDataConnector)
Description copied from interface: WidgetsEngineFactory
Creates a widgets engine.

Specified by:
createEngine in interface WidgetsEngineFactory
Parameters:
errorStack - The UI's stack of SWT errors.
propertyResolutionManager - PropertyResolutionManager This is used by the widgets engine to resolve the widgets properties.
metaDataConnector - MetaDataConnector. The meta data connector to be used for the widget engine. If null then a DefaultMetaDataConnector will be created.
Returns:
The newly created widgets engine.


Copyright © 2011 Sage Software, Inc. All rights reserved.