-
- All Implemented Interfaces:
public final class SuggestionCommand suggestions. You can also set a tooltip (text displayed when hovering the mouse).
-
-
Constructor Summary
Constructors Constructor Description Suggestion(String content, String tooltip)
-
Method Summary
Modifier and Type Method Description final StringgetContent()The content of the proposal. final StringgetTooltip()Suggested tooltip. -
-
Method Detail
-
getContent
final String getContent()
The content of the proposal.
-
getTooltip
final String getTooltip()
Suggested tooltip. Displayed when hovering the mouse.
-
-
-
-