Uses of Class
com.sage.swt.client.ui.builder.GlobalCache

Packages that use GlobalCache
com.sage.swt.client.ui.builder Contains the SWT classes that involve building the UI from its declarative definition when the UI starts up. 
 

Uses of GlobalCache in com.sage.swt.client.ui.builder
 

Methods in com.sage.swt.client.ui.builder that return GlobalCache
 GlobalCache DefaultDataEngine.getCache()
           
 

Methods in com.sage.swt.client.ui.builder with parameters of type GlobalCache
 void DefaultPreferenceStoreEngine.init(UIDefinition uiDefinition, SwtRequestDispatcher requestDispatcher, GlobalCache globalCache)
          Initializes the data engine (mainly by creating data related objects such as data sources and type information objects for the UI) so that the getters are available afterward.
 void DefaultDataEngine.init(UIDefinition uiDefinition, SwtRequestDispatcher requestDispatcher, GlobalCache globalCache)
          Initializes the data engine (mainly by creating data related objects such as data sources and type information objects for the UI) so that the getters are available afterward.
 void DataEngine.init(UIDefinition uiDefinition, SwtRequestDispatcher requestDispatcher, GlobalCache globalCache)
          Initializes the data engine (mainly by creating data related objects such as data sources and type information objects for the UI) so that the getters are available afterward.
 void DefaultDataEngine.init(UIDefinition uiDefinition, SwtRequestDispatcher requestDispatcher, MetaDataConnector metaDataConnector, GlobalCache globalCache)
          Initializes the data engine (mainly by creating data related objects such as data sources and type information objects for the UI) so that the getters are available afterward.
 

Constructors in com.sage.swt.client.ui.builder with parameters of type GlobalCache
InstanceLoader(InstanceContext parentContext, UIDefinitionBuilder uiDefinitionBuilder, CommunicationEngineFactory communicationEngineFactory, DataEngineFactory dataEngineFactory, PreferenceStoreEngineFactory preferenceStoreEngineFactory, WidgetsEngineFactory widgetsEngineFactory, ActionsEngineFactory actionsEngineFactory, PropertyResolutionManagerFactory propertyResolutionManagerFactory, java.util.List<FeatureModule> featureModules, java.util.List<SwtActionFactory> actionFactories, GlobalCache globalCache, SwtErrorStack errorStack)
          Constructs an instance loader that will use the given factories and feature modules.
 



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