|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.swt.client.ui.builder.DefaultWidgetsEngineFactory
public class DefaultWidgetsEngineFactory
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 |
---|
public DefaultWidgetsEngineFactory()
Method Detail |
---|
public WidgetsEngine createEngine(SwtErrorStack errorStack, PropertyResolutionManager propertyResolutionManager, MetaDataConnector metaDataConnector)
WidgetsEngineFactory
createEngine
in interface WidgetsEngineFactory
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |