| org.java.plugin.registry.Documentation
Documentation | public interface Documentation (Code) | | Interface to collect documentation data for some plug-in element.
< Parameters: T - > type of identity this documentation belongs to version: $Id$ |
Inner Class :interface Reference | |
getCaption | String getCaption()(Code) | | plug-in element caption or empty string |
getDeclaringIdentity | T getDeclaringIdentity()(Code) | | element, for which this documentation is provided |
getReferences | Collection<Reference<T>> getReferences()(Code) | | collection of Reference references in this documentation |
getText | String getText()(Code) | | main documentation text or empty string |
|
|