public class HoverParticipantAdapter extends Object implements IHoverParticipant
| Constructor and Description |
|---|
HoverParticipantAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
onAttributeName(IHoverRequest request)
onAttributeName method
|
String |
onAttributeValue(IHoverRequest request)
onAttributeValue method
|
String |
onTag(IHoverRequest request)
onTag method
|
String |
onText(IHoverRequest request)
onText method
|
public String onTag(IHoverRequest request) throws Exception
IHoverParticipantonTag in interface IHoverParticipantStringExceptionpublic String onAttributeName(IHoverRequest request) throws Exception
IHoverParticipantonAttributeName in interface IHoverParticipantStringExceptionpublic String onAttributeValue(IHoverRequest request) throws Exception
IHoverParticipantonAttributeValue in interface IHoverParticipantStringExceptionpublic String onText(IHoverRequest request) throws Exception
IHoverParticipantonText in interface IHoverParticipantStringExceptionCopyright © 2020. All rights reserved.