Uses of Interface
org.fife.ui.autocomplete.Completion

Uses of Completion in org.fife.ui.autocomplete
 

Subinterfaces of Completion in org.fife.ui.autocomplete
 interface ParameterizedCompletion
          A completion option that takes parameters, such as a function or method.
 

Classes in org.fife.ui.autocomplete that implement Completion
 class AbstractCompletion
          Base class for possible completions.
 class BasicCompletion
          A straightforward Completion implementation.
 class FunctionCompletion
          A completion choice representing a function.
 class MarkupTagCompletion
          A completion representing a tag in markup, such as HTML or XML.
 class ShorthandCompletion
          A completion where the input text is shorthand for (really, just different than) the actual text to be inserted.
 class VariableCompletion
          A completion for a variable (or constant) in a programming language.
 

Methods in org.fife.ui.autocomplete with parameters of type Completion
 void AbstractCompletionProvider.addCompletion(Completion c)
          Adds a single completion to this provider.
protected  void AbstractCompletionProvider.checkProviderAndAdd(Completion c)
           
protected  String AutoCompletion.getReplacementText(Completion c, Document doc, int start, int len)
          Returns the text to replace with in the document.
protected  void AutoCompletion.insertCompletion(Completion c)
          Inserts a completion.
protected  void CompletionCellRenderer.prepareForOtherCompletion(JList list, Completion c, int index, boolean selected, boolean hasFocus)
          Prepares this renderer to display a completion not specifically handled elsewhere.
 boolean AbstractCompletionProvider.removeCompletion(Completion c)
          Removes the specified completion from this provider.
 



Copyright © 2003-2011. All Rights Reserved.