Class CompletionProposal
java.lang.Object
org.pentaho.libformula.editor.util.CompletionProposal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetCompletionString(String completionString) voidsetMenuText(String menuText) voidsetOffset(int offset)
-
Constructor Details
-
CompletionProposal
-
-
Method Details
-
getMenuText
- Returns:
- the menuText
-
setMenuText
- Parameters:
menuText- the menuText to set
-
getCompletionString
- Returns:
- the completionString
-
setCompletionString
- Parameters:
completionString- the completionString to set
-
getOffset
public int getOffset()- Returns:
- the offset
-
setOffset
public void setOffset(int offset) - Parameters:
offset- the offset to set
-