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.Object
DESERIALIZE_LOCK
Monitor that must be held when deserializing vision windows or templatesstatic java.lang.String
DETAIL_KEY_CLIENTS
static java.lang.String
DETAIL_KEY_EDITION
static java.lang.String
EDITION_NAME_FULL
static java.lang.String
EDITION_NAME_LIMITED
static java.lang.String
EDITION_NAME_PANEL
static ResourceType
GENERAL_PROPS_RESOURCE
static java.lang.String
ID
static ResourceType
LAUNCH_PROPS_RESOURCE
static ResourceType
LOGIN_PROPS_RESOURCE
static ResourceType
WINDOW_RESOURCE
-
Constructor Summary
Constructors Constructor Description VisionModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LoggerEx
getLogger(java.lang.String name)
static LoggerEx
getLogger(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
-
-