Class ScriptCompletionProposal

java.lang.Object
org.eclipse.ease.ui.completion.ScriptCompletionProposal
All Implemented Interfaces:
Comparable<ScriptCompletionProposal>, org.eclipse.jface.fieldassist.IContentProposal, org.eclipse.jface.text.contentassist.ICompletionProposal, org.eclipse.jface.text.contentassist.ICompletionProposalExtension5, org.eclipse.jface.text.contentassist.ICompletionProposalExtension6

public class ScriptCompletionProposal
extends Object
implements org.eclipse.jface.text.contentassist.ICompletionProposal, org.eclipse.jface.text.contentassist.ICompletionProposalExtension5, org.eclipse.jface.text.contentassist.ICompletionProposalExtension6, org.eclipse.jface.fieldassist.IContentProposal, Comparable<ScriptCompletionProposal>
  • Field Details

  • Constructor Details

  • Method Details

    • compareTo

      public int compareTo​(ScriptCompletionProposal o)
      Specified by:
      compareTo in interface Comparable<ScriptCompletionProposal>
    • getDisplayString

      public String getDisplayString()
      Specified by:
      getDisplayString in interface org.eclipse.jface.text.contentassist.ICompletionProposal
    • getImage

      public org.eclipse.swt.graphics.Image getImage()
      Specified by:
      getImage in interface org.eclipse.jface.text.contentassist.ICompletionProposal
    • getStyledDisplayString

      public org.eclipse.jface.viewers.StyledString getStyledDisplayString()
      Specified by:
      getStyledDisplayString in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension6
    • apply

      public void apply​(org.eclipse.jface.text.IDocument document)
      Specified by:
      apply in interface org.eclipse.jface.text.contentassist.ICompletionProposal
    • getSelection

      public org.eclipse.swt.graphics.Point getSelection​(org.eclipse.jface.text.IDocument document)
      Specified by:
      getSelection in interface org.eclipse.jface.text.contentassist.ICompletionProposal
    • getAdditionalProposalInfo

      public String getAdditionalProposalInfo()
      Specified by:
      getAdditionalProposalInfo in interface org.eclipse.jface.text.contentassist.ICompletionProposal
    • getAdditionalProposalInfo

      public Object getAdditionalProposalInfo​(org.eclipse.core.runtime.IProgressMonitor monitor)
      Specified by:
      getAdditionalProposalInfo in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension5
    • getContextInformation

      public org.eclipse.jface.text.contentassist.IContextInformation getContextInformation()
      Specified by:
      getContextInformation in interface org.eclipse.jface.text.contentassist.ICompletionProposal
    • getContent

      public String getContent()
      Specified by:
      getContent in interface org.eclipse.jface.fieldassist.IContentProposal
    • getCursorPosition

      public int getCursorPosition()
      Specified by:
      getCursorPosition in interface org.eclipse.jface.fieldassist.IContentProposal
    • getLabel

      public String getLabel()
      Specified by:
      getLabel in interface org.eclipse.jface.fieldassist.IContentProposal
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.eclipse.jface.fieldassist.IContentProposal
    • getReplacementString

      public String getReplacementString()
    • getCursorStartPosition

      public int getCursorStartPosition()