Class TopLevelContainerInfoBase
java.lang.Object
com.inductiveautomation.factorypmi.application.model.TopLevelContainerInfoBase
- Direct Known Subclasses:
- TemplateInfo,- WindowInfo
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intVersion ofProjectResource.getVersion()corresponding to any project resource holding a window/template info created post Ignition 8.static final intVersion ofProjectResource.getVersion()corresponding to any project resource holding a window or template info created in pre-Ignition 8.static final Stringprotected BufferedImageprotected byte[]
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbyte[]voidsetWindowThumbnail(BufferedImage windowThumbnail) voidsetWindowThumbnailBytes(byte[] thumbnailBytes) 
- 
Field Details- 
PROJECT_RESOURCE_LEGACY_VERSIONpublic static final int PROJECT_RESOURCE_LEGACY_VERSIONVersion ofProjectResource.getVersion()corresponding to any project resource holding a window or template info created in pre-Ignition 8. These project resources will have a data.bin blob holding an XML serialized window/template info object.- See Also:
 
- 
PROJECT_RESOURCE_8_VERSIONpublic static final int PROJECT_RESOURCE_8_VERSIONVersion ofProjectResource.getVersion()corresponding to any project resource holding a window/template info created post Ignition 8. These project resources will have the contents of the window/template serialized into separate files like window.bin and thumbnail.png- See Also:
 
- 
THUMBNAIL_KEY- See Also:
 
- 
windowThumbnail
- 
windowThumbnailBytesprotected byte[] windowThumbnailBytes
 
- 
- 
Constructor Details- 
TopLevelContainerInfoBasepublic TopLevelContainerInfoBase()
 
- 
- 
Method Details- 
getWindowThumbnail
- 
setWindowThumbnail
- 
getWindowThumbnailBytespublic byte[] getWindowThumbnailBytes()
- 
setWindowThumbnailBytespublic void setWindowThumbnailBytes(byte[] thumbnailBytes) 
 
-