Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.jface.text.contentassist.ICompletionProposal

Packages that use ICompletionProposal
org.eclipse.jface.contentassist Provides a content assist add-on for implementors of IContentAssistSubjectControl
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer
org.eclipse.jface.text.link Application programming interfaces for interaction with the Eclipse text editor's linked position support. 
org.eclipse.jface.text.quickassist This package provides the quick assist assistant add-on for an ISourceViewer
org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse text template support. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
org.eclipse.ui.texteditor.spelling Partial infrastructure for spell checking in text editors. 
 

Uses of ICompletionProposal in org.eclipse.jface.contentassist
 

Methods in org.eclipse.jface.contentassist that return ICompletionProposal
  ICompletionProposal[] ISubjectControlContentAssistProcessor. computeCompletionProposals ( IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset)
          Deprecated. Returns a list of completion proposals based on the specified location within the document that corresponds to the current cursor position within the text viewer.
 

Uses of ICompletionProposal in org.eclipse.jface.text.contentassist
 

Classes in org.eclipse.jface.text.contentassist that implement ICompletionProposal
 class CompletionProposal
          The standard implementation of the ICompletionProposal interface.
 

Methods in org.eclipse.jface.text.contentassist that return ICompletionProposal
  ICompletionProposal[] IContentAssistProcessor. computeCompletionProposals ( ITextViewer viewer, int offset)
          Returns a list of completion proposals based on the specified location within the document that corresponds to the current cursor position within the text viewer.
 

Methods in org.eclipse.jface.text.contentassist with parameters of type ICompletionProposal
 void ICompletionListener. selectionChanged ( ICompletionProposal proposal, boolean smartToggle)
          Called when the selection in the proposal popup is changed or if the insert-mode changed.
 

Uses of ICompletionProposal in org.eclipse.jface.text.link
 

Methods in org.eclipse.jface.text.link that return ICompletionProposal
  ICompletionProposal[] ProposalPosition. getChoices ()
          Returns the proposals attached to this position.
 

Constructors in org.eclipse.jface.text.link with parameters of type ICompletionProposal
ProposalPosition ( IDocument document, int offset, int length, ICompletionProposal[] proposals)
          Creates a new instance, with no sequence number.
ProposalPosition ( IDocument document, int offset, int length, int sequence, ICompletionProposal[] proposals)
          Creates a new instance.
 

Uses of ICompletionProposal in org.eclipse.jface.text.quickassist
 

Methods in org.eclipse.jface.text.quickassist that return ICompletionProposal
  ICompletionProposal[] IQuickAssistProcessor. computeQuickAssistProposals ( IQuickAssistInvocationContext invocationContext)
          Returns a list of quick assist and quick fix proposals for the given invocation context.
 

Uses of ICompletionProposal in org.eclipse.jface.text.templates
 

Classes in org.eclipse.jface.text.templates that implement ICompletionProposal
 class TemplateProposal
          A template completion proposal.
 

Methods in org.eclipse.jface.text.templates that return ICompletionProposal
  ICompletionProposal[] TemplateCompletionProcessor. computeCompletionProposals ( ITextViewer viewer, int offset)
           
protected   ICompletionProposal TemplateCompletionProcessor. createProposal ( Template template, TemplateContext context, IRegion region, int relevance)
          Creates a new proposal.
protected   ICompletionProposal TemplateCompletionProcessor. createProposal ( Template template, TemplateContext context, Region region, int relevance)
          Deprecated. use the version specifying IRegion as third parameter
 

Uses of ICompletionProposal in org.eclipse.ui.texteditor
 

Methods in org.eclipse.ui.texteditor that return ICompletionProposal
  ICompletionProposal[] HippieProposalProcessor. computeCompletionProposals ( ITextViewer viewer, int offset)
           
 

Methods in org.eclipse.ui.texteditor with parameters of type ICompletionProposal
 void KeyBindingSupportForAssistant. selectionChanged ( ICompletionProposal proposal, boolean smartToggle)
           
 

Uses of ICompletionProposal in org.eclipse.ui.texteditor.spelling
 

Methods in org.eclipse.ui.texteditor.spelling that return ICompletionProposal
  ICompletionProposal[] SpellingCorrectionProcessor. computeQuickAssistProposals ( IQuickAssistInvocationContext quickAssistContext)
           
abstract   ICompletionProposal[] SpellingProblem. getProposals ()
          Returns the proposals for the incorrectly spelled region.
  ICompletionProposal[] SpellingProblem. getProposals ( IQuickAssistInvocationContext context)
          Returns the proposals for the incorrectly spelled region.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire