public static final class SuggestionTooltip.BasicSuggestionTooltip extends java.lang.Object implements SuggestionTooltip
SuggestionTooltip.BasicSuggestionTooltip| Modifier and Type | Method and Description |
|---|---|
<T> T |
as(@NotNull java.lang.Class<T> type)
Returns a typed native tooltip handle.
|
@Nullable java.lang.String |
text()
Returns the tooltip text representation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandle, of, text@Nullable public @Nullable java.lang.String text()
SuggestionTooltiptext in interface SuggestionTooltip@Nullable
public <T> T as(@NotNull
@NotNull java.lang.Class<T> type)
SuggestionTooltipas in interface SuggestionTooltipT - the requested native typetype - the requested native type