Class TopLevelContainerInfoBase
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.model.TopLevelContainerInfoBase
 
- 
- Direct Known Subclasses:
- TemplateInfo,- WindowInfo
 
 public class TopLevelContainerInfoBase extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static intPROJECT_RESOURCE_8_VERSIONVersion ofProjectResource.getVersion()corresponding to any project resource holding a window/template info created post Ignition 8.static intPROJECT_RESOURCE_LEGACY_VERSIONVersion ofProjectResource.getVersion()corresponding to any project resource holding a window or template info created in pre-Ignition 8.static java.lang.StringTHUMBNAIL_KEYprotected java.awt.image.BufferedImagewindowThumbnailprotected byte[]windowThumbnailBytes
 - 
Constructor SummaryConstructors Constructor Description TopLevelContainerInfoBase()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImagegetWindowThumbnail()byte[]getWindowThumbnailBytes()voidsetWindowThumbnail(java.awt.image.BufferedImage windowThumbnail)voidsetWindowThumbnailBytes(byte[] thumbnailBytes)
 
- 
- 
- 
Field Detail- 
PROJECT_RESOURCE_LEGACY_VERSIONpublic static final int PROJECT_RESOURCE_LEGACY_VERSION Version 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:
- Constant Field Values
 
 - 
PROJECT_RESOURCE_8_VERSIONpublic static final int PROJECT_RESOURCE_8_VERSION Version 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:
- Constant Field Values
 
 - 
THUMBNAIL_KEYpublic static final java.lang.String THUMBNAIL_KEY - See Also:
- Constant Field Values
 
 - 
windowThumbnailprotected java.awt.image.BufferedImage windowThumbnail 
 - 
windowThumbnailBytesprotected byte[] windowThumbnailBytes 
 
- 
 - 
Method Detail- 
getWindowThumbnailpublic java.awt.image.BufferedImage getWindowThumbnail() 
 - 
setWindowThumbnailpublic void setWindowThumbnail(java.awt.image.BufferedImage windowThumbnail) 
 - 
getWindowThumbnailBytespublic byte[] getWindowThumbnailBytes() 
 - 
setWindowThumbnailBytespublic void setWindowThumbnailBytes(byte[] thumbnailBytes) 
 
- 
 
-