Class CompletionProposal
java.lang.Object
org.pentaho.libformula.editor.util.CompletionProposal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
setCompletionString
(String completionString) void
setMenuText
(String menuText) void
setOffset
(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
-