Class CompletionProposal
- java.lang.Object
- 
- org.pentaho.libformula.editor.util.CompletionProposal
 
- 
 public class CompletionProposal extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description CompletionProposal(String menuText, String completionString, int offset)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCompletionString()StringgetMenuText()intgetOffset()voidsetCompletionString(String completionString)voidsetMenuText(String menuText)voidsetOffset(int offset)
 
- 
- 
- 
Method Detail- 
getMenuTextpublic String getMenuText() - Returns:
- the menuText
 
 - 
setMenuTextpublic void setMenuText(String menuText) - Parameters:
- menuText- the menuText to set
 
 - 
getCompletionStringpublic String getCompletionString() - Returns:
- the completionString
 
 - 
setCompletionStringpublic void setCompletionString(String completionString) - Parameters:
- completionString- the completionString to set
 
 - 
getOffsetpublic int getOffset() - Returns:
- the offset
 
 - 
setOffsetpublic void setOffset(int offset) - Parameters:
- offset- the offset to set
 
 
- 
 
-