Package org.eclipse.ease.ui.help.hovers
Class MethodHelp
java.lang.Object
org.eclipse.ease.ui.help.hovers.MethodHelp
- All Implemented Interfaces:
IHoverHelp
public class MethodHelp extends Object implements IHoverHelp
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.ease.ui.help.hovers.IHoverHelp
IHoverHelp.IMementoVisitor
-
Constructor Summary
Constructors Constructor Description MethodHelp(URL helpLocation, org.eclipse.ui.IMemento helpContent, Method method)
-
Method Summary
Modifier and Type Method Description String
getDescription()
List<IHoverHelp>
getExamples()
List<IHoverHelp>
getExceptionDescriptions()
String
getHoverContent()
String
getName()
List<IHoverHelp>
getParameterDescriptions()
-
Constructor Details
-
Method Details
-
getName
- Specified by:
getName
in interfaceIHoverHelp
-
getDescription
- Specified by:
getDescription
in interfaceIHoverHelp
-
getParameterDescriptions
-
getExceptionDescriptions
-
getExamples
-
getHoverContent
- Specified by:
getHoverContent
in interfaceIHoverHelp
-