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 de.xima.fc.plugin.interfaces.IFCPlugin
CONFIG_FILENAME
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
Method Summary
Modifier and TypeMethodDescriptiongetTemplateDescription
(Locale locale) Getter for the template descriptionGetter for theInputStream
from which the template can be importedgetTemplateName
(Locale locale) Getter for the template namendefault InputStream
getThumbnailFileStream
(Locale locale) Getter for theInputStream
from which the thumbnail image will be takenMethods inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
getDescription, getDescription, getDisplayName, getName, initialize, initPlugin, install, shutdown, shutdown, uninstall, validateConfigurationData
-
Method Details
-
getTemplateName
Getter for the template namen -
getTemplateDescription
Getter for the template description -
getTemplateFileSteam
InputStream getTemplateFileSteam()Getter for theInputStream
from which the template can be imported- Returns:
InputStream
-
getThumbnailFileStream
Getter for theInputStream
from which the thumbnail image will be taken- Returns:
- the
InputStream
of the preview thumbnail
-