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.
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.