Interface VisionClientContext
- All Superinterfaces:
- ClientContext,- CommonContext
Minor extension of ClientContext that gets used to initialize bindings and components
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the polling base rate for the current projectMethods inherited from interface com.inductiveautomation.ignition.client.model.ClientContextaddPropertyChangeListener, addPropertyChangeListener, deserialize, getAuthProfileName, getDefaultDatasourceName, getDefaultTagProviderName, getExecutionManager, getLaunchContext, getLocalizationManager, getModules, getNamedQueryManager, getProgressManager, getProject, getProjectName, getRootPaneContainer, getTagManager, getTagPollRate, getUIEventBus, removePropertyChangeListener, removePropertyChangeListenerMethods inherited from interface com.inductiveautomation.ignition.common.model.CommonContextcreateDeserializer, getEdgeEditions, getEventBus, getExpressionFunctionFactory, getLicenseState, getLoggingManager, getModule, getScriptManager
- 
Method Details- 
getUpdateBaseint getUpdateBase()Returns the polling base rate for the current project
- 
getPrimaryDesktopVisionDesktop getPrimaryDesktop()
- 
getTemplateManagerTemplateManager getTemplateManager()
- 
getSystemUtilClientSystemUtilities getSystemUtil()
- 
getProjectTagsProjectTagManager getProjectTags()
- 
getGuiUtilWindowUtilities getGuiUtil()
- 
getDatasetUtilClientDatasetUtilities getDatasetUtil()
 
-