Class CompletionProposal
- java.lang.Object
-
- org.pentaho.libformula.editor.util.CompletionProposal
-
public class CompletionProposal extends Object
-
-
Constructor Summary
Constructors Constructor Description CompletionProposal(String menuText, String completionString, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCompletionString()
String
getMenuText()
int
getOffset()
void
setCompletionString(String completionString)
void
setMenuText(String menuText)
void
setOffset(int offset)
-
-
-
Method Detail
-
getMenuText
public String getMenuText()
- Returns:
- the menuText
-
setMenuText
public void setMenuText(String menuText)
- Parameters:
menuText
- the menuText to set
-
getCompletionString
public String getCompletionString()
- Returns:
- the completionString
-
setCompletionString
public void setCompletionString(String completionString)
- 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
-
-