Interface VisionClientContext
- All Superinterfaces:
ClientContext
,CommonContext
Minor extension of ClientContext that gets used to initialize bindings and components
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the polling base rate for the current projectMethods inherited from interface com.inductiveautomation.ignition.client.model.ClientContext
addPropertyChangeListener, addPropertyChangeListener, deserialize, getAuthProfileName, getDefaultDatasourceName, getDefaultTagProviderName, getExecutionManager, getLaunchContext, getLocalizationManager, getModules, getNamedQueryManager, getProgressManager, getProject, getProjectName, getRootPaneContainer, getTagManager, getTagPollRate, getUIEventBus, removePropertyChangeListener, removePropertyChangeListener
Methods inherited from interface com.inductiveautomation.ignition.common.model.CommonContext
createDeserializer, getEdgeEditions, getEventBus, getExpressionFunctionFactory, getLicenseState, getLoggingManager, getModule, getScriptManager
-
Method Details
-
getUpdateBase
int getUpdateBase()Returns the polling base rate for the current project -
getPrimaryDesktop
VisionDesktop getPrimaryDesktop() -
getTemplateManager
TemplateManager getTemplateManager() -
getSystemUtil
ClientSystemUtilities getSystemUtil() -
getProjectTags
ProjectTagManager getProjectTags() -
getGuiUtil
WindowUtilities getGuiUtil() -
getDatasetUtil
ClientDatasetUtilities getDatasetUtil()
-