ICompletionSet Interface

com.bea.ide.sourceeditor.compiler
ICompletionSet Interface

public interface ICompletionSet

Interface representing a set of completions, used for statement completion support.

Method Summary

public List
getCompletions()
Gets that actuall set of completions.
public boolean
isPartialCompletion(String s)
True if the string can represent a partial completion match.

Method Detail

getCompletions() Method

public List getCompletions()
Gets that actuall set of completions. All objects in the list must implement ICompletionItem.


isPartialCompletion(String) Method

public boolean isPartialCompletion(String s)
True if the string can represent a partial completion match.