Package org.contextmapper.dsl.hover.impl
Class HTMLHoverTextProvider4CML
java.lang.Object
org.contextmapper.dsl.hover.impl.AbstractCMLHoverTextProvider
org.contextmapper.dsl.hover.impl.HTMLHoverTextProvider4CML
- All Implemented Interfaces:
CMLHoverTextProvider
public class HTMLHoverTextProvider4CML
extends AbstractCMLHoverTextProvider
implements CMLHoverTextProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Override this method to register hover texts.Methods inherited from class org.contextmapper.dsl.hover.impl.AbstractCMLHoverTextProvider
getHoverText, isKeywordRegistered, registerHoverText
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.contextmapper.dsl.hover.CMLHoverTextProvider
getHoverText, isKeywordRegistered
-
Constructor Details
-
HTMLHoverTextProvider4CML
public HTMLHoverTextProvider4CML()
-
-
Method Details
-
registerHoverTexts
protected void registerHoverTexts()Description copied from class:AbstractCMLHoverTextProvider
Override this method to register hover texts.- Specified by:
registerHoverTexts
in classAbstractCMLHoverTextProvider
-