java.lang.Object
org.eclipse.lsp4j.CompletionItem
org.eclipse.lemminx.customservice.synapse.expression.pojo.HelperPanelItem

public class HelperPanelItem extends org.eclipse.lsp4j.CompletionItem
  • Constructor Summary

    Constructors
    Constructor
    Description
    HelperPanelItem(String label, String insertText)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addChild(org.eclipse.lsp4j.CompletionItem data)
     
    void
    addChildren(List<org.eclipse.lsp4j.CompletionItem> data)
     
    boolean
     
    int
     
     

    Methods inherited from class org.eclipse.lsp4j.CompletionItem

    getAdditionalTextEdits, getCommand, getCommitCharacters, getData, getDeprecated, getDetail, getDocumentation, getFilterText, getInsertText, getInsertTextFormat, getInsertTextMode, getKind, getLabel, getLabelDetails, getPreselect, getSortText, getTags, getTextEdit, getTextEditText, setAdditionalTextEdits, setCommand, setCommitCharacters, setData, setDeprecated, setDetail, setDocumentation, setDocumentation, setDocumentation, setFilterText, setInsertText, setInsertTextFormat, setInsertTextMode, setKind, setLabel, setLabelDetails, setPreselect, setSortText, setTags, setTextEdit, setTextEditText

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • HelperPanelItem

      public HelperPanelItem(String label, String insertText)
  • Method Details

    • addChild

      public void addChild(org.eclipse.lsp4j.CompletionItem data)
    • addChildren

      public void addChildren(List<org.eclipse.lsp4j.CompletionItem> data)
    • toString

      public String toString()
      Overrides:
      toString in class org.eclipse.lsp4j.CompletionItem
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class org.eclipse.lsp4j.CompletionItem
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.eclipse.lsp4j.CompletionItem