|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContentInfo
Describes a content type. This class is used to describe content types that users can get to. Implementations of this class are also used as keys to content generators (IContentGenerator)
Method Summary | |
---|---|
java.lang.String |
getDescription()
The description of this content type as presented to the user Implementors of this interface should provide localization for the description |
java.lang.String |
getExtension()
The extension of files that generate this content type. |
java.lang.String |
getIconUrl()
Returns an url to an icon for this content type |
java.lang.String |
getMimeType()
The mime-type of the generated content e.g. |
java.util.List<IPluginOperation> |
getOperations()
Returns a list of the operations that are available for this content type |
java.lang.String |
getTitle()
The title of this content type as presented to the user Implementors of this interface should provide localization for the title e.g. |
Method Detail |
---|
java.lang.String getExtension()
java.lang.String getTitle()
java.lang.String getDescription()
java.lang.String getMimeType()
java.util.List<IPluginOperation> getOperations()
java.lang.String getIconUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |