net.sf.sdedit.ui.components
Interface AutoCompletion.SuggestionProvider

All Known Implementing Classes:
Tab
Enclosing class:
AutoCompletion

public static interface AutoCompletion.SuggestionProvider

An interface for objects that provide suggestions how a prefix could be completed to a known string.


Method Summary
 List<String> getSuggestions(String prefix)
          Returns a list of known strings that have the given string as a prefix.
 

Method Detail

getSuggestions

List<String> getSuggestions(String prefix)
Returns a list of known strings that have the given string as a prefix.

Parameters:
prefix - the prefix
Returns:
a list of known strings that have the given string as a prefix


Copyright © 2011. All Rights Reserved.