Class CompletionProposal

java.lang.Object
org.pentaho.libformula.editor.util.CompletionProposal

public class CompletionProposal extends Object
  • Constructor Details

    • CompletionProposal

      public CompletionProposal(String menuText, String completionString, int offset)
  • Method Details

    • 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