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
IHoverParticipant
onTag
in interface IHoverParticipant
String
Exception
public String onAttributeName(IHoverRequest request) throws Exception
IHoverParticipant
onAttributeName
in interface IHoverParticipant
String
Exception
public String onAttributeValue(IHoverRequest request) throws Exception
IHoverParticipant
onAttributeValue
in interface IHoverParticipant
String
Exception
public String onText(IHoverRequest request) throws Exception
IHoverParticipant
onText
in interface IHoverParticipant
String
Exception
Copyright © 2020. All rights reserved.