public class MethodHelp extends java.lang.Object implements IHoverHelp
IHoverHelp.IMementoVisitor
Constructor and Description |
---|
MethodHelp(java.net.URL helpLocation,
IMemento helpContent,
java.lang.reflect.Method method) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.util.List<IHoverHelp> |
getExamples() |
java.util.List<IHoverHelp> |
getExceptionDescriptions() |
java.lang.String |
getHoverContent() |
java.lang.String |
getName() |
java.util.List<IHoverHelp> |
getParameterDescriptions() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getImageAndLabel, getNodeContent, resolveUrl, updateRelativeLinks, visitMemento
public MethodHelp(java.net.URL helpLocation, IMemento helpContent, java.lang.reflect.Method method) throws java.lang.Exception
helpLocation
- helpContent
- method
- java.lang.Exception
public java.lang.String getName()
getName
in interface IHoverHelp
public java.lang.String getDescription()
getDescription
in interface IHoverHelp
public java.util.List<IHoverHelp> getParameterDescriptions()
public java.util.List<IHoverHelp> getExceptionDescriptions()
public java.util.List<IHoverHelp> getExamples()
public java.lang.String getHoverContent()
getHoverContent
in interface IHoverHelp