Class VisionModule
- java.lang.Object
 - 
- com.inductiveautomation.factorypmi.common.VisionModule
 
 
- 
public class VisionModule extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.ObjectDESERIALIZE_LOCKMonitor that must be held when deserializing vision windows or templatesstatic java.lang.StringDETAIL_KEY_CLIENTSstatic java.lang.StringDETAIL_KEY_EDITIONstatic java.lang.StringEDITION_NAME_FULLstatic java.lang.StringEDITION_NAME_LIMITEDstatic java.lang.StringEDITION_NAME_PANELstatic ResourceTypeGENERAL_PROPS_RESOURCEstatic java.lang.StringIDstatic ResourceTypeLAUNCH_PROPS_RESOURCEstatic ResourceTypeLOGIN_PROPS_RESOURCEstatic ResourceTypeWINDOW_RESOURCE 
- 
Constructor Summary
Constructors Constructor Description VisionModule() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LoggerExgetLogger(java.lang.String name)static LoggerExgetLogger(java.lang.String name, java.lang.Object ident) 
 - 
 
- 
- 
Field Detail
- 
ID
public static final java.lang.String ID
- See Also:
 - Constant Field Values
 
 
- 
DETAIL_KEY_EDITION
public static final java.lang.String DETAIL_KEY_EDITION
- See Also:
 - Constant Field Values
 
 
- 
DETAIL_KEY_CLIENTS
public static final java.lang.String DETAIL_KEY_CLIENTS
- See Also:
 - Constant Field Values
 
 
- 
EDITION_NAME_FULL
public static final java.lang.String EDITION_NAME_FULL
- See Also:
 - Constant Field Values
 
 
- 
EDITION_NAME_LIMITED
public static final java.lang.String EDITION_NAME_LIMITED
- See Also:
 - Constant Field Values
 
 
- 
EDITION_NAME_PANEL
public static final java.lang.String EDITION_NAME_PANEL
- See Also:
 - Constant Field Values
 
 
- 
DESERIALIZE_LOCK
public static final java.lang.Object DESERIALIZE_LOCK
Monitor that must be held when deserializing vision windows or templates 
- 
WINDOW_RESOURCE
public static final ResourceType WINDOW_RESOURCE
 
- 
GENERAL_PROPS_RESOURCE
public static final ResourceType GENERAL_PROPS_RESOURCE
 
- 
LOGIN_PROPS_RESOURCE
public static final ResourceType LOGIN_PROPS_RESOURCE
 
- 
LAUNCH_PROPS_RESOURCE
public static final ResourceType LAUNCH_PROPS_RESOURCE
 
 - 
 
 -