Package org.fife.rsta.ac.css
Class CommonFontCompletionGenerator
java.lang.Object
org.fife.rsta.ac.css.CommonFontCompletionGenerator
- All Implemented Interfaces:
CompletionGenerator
A generator that returns completions for common font names (not the
standardized generic fonts defined in the CSS spec).
- Version:
- 1.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classThe type of completion returned by this generator. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ICON_KEY
- See Also:
-
-
Constructor Details
-
CommonFontCompletionGenerator
CommonFontCompletionGenerator()
-
-
Method Details
-
generate
public List<org.fife.ui.autocomplete.Completion> generate(org.fife.ui.autocomplete.CompletionProvider provider, String input) Generates a list of completions based on the current user input.- Specified by:
generatein interfaceCompletionGenerator- Parameters:
provider- The completion provider querying for completions.input- The current user input.- Returns:
- The list of completions. This may be
nullif no completions are appropriate.
-