Interface IPluginProjectTemplate
- All Superinterfaces:
IFCPlugin, INamedUiElement, INameProviding, ITransferable, Serializable
Interface for plugins of the typ project template.
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from interface IFCPlugin
CONFIG_FILENAMEFields inherited from interface INamedUiElement
ATTR_DISPLAY_NAMEFields inherited from interface INameProviding
ATTR_NAME, COL_NAME -
Method Summary
Modifier and TypeMethodDescriptiongetTemplateDescription(Locale locale) Getter for the template descriptionGetter for theInputStreamfrom which the template can be importedgetTemplateName(Locale locale) Getter for the template namendefault InputStreamgetThumbnailFileStream(Locale locale) Getter for theInputStreamfrom which the thumbnail image will be takenMethods inherited from interface IFCPlugin
getDescription, getDescription, getDisplayName, getName, initialize, initPlugin, install, shutdown, shutdown, uninstall, validateConfigurationData
-
Method Details
-
getTemplateName
-
getTemplateDescription
-
getTemplateFileSteam
InputStream getTemplateFileSteam()Getter for theInputStreamfrom which the template can be imported- Returns:
InputStream
-
getThumbnailFileStream
Getter for theInputStreamfrom which the thumbnail image will be taken- Returns:
- the
InputStreamof the preview thumbnail
-