Package org.fife.rsta.ac.css
Class PercentageOrLengthCompletionGenerator.POrLCompletion
- java.lang.Object
-
- org.fife.ui.autocomplete.AbstractCompletion
-
- org.fife.ui.autocomplete.BasicCompletion
-
- org.fife.rsta.ac.css.BasicCssCompletion
-
- org.fife.rsta.ac.css.PercentageOrLengthCompletionGenerator.POrLCompletion
-
- All Implemented Interfaces:
java.lang.Comparable<org.fife.ui.autocomplete.Completion>,org.fife.ui.autocomplete.Completion
- Enclosing class:
- PercentageOrLengthCompletionGenerator
private static class PercentageOrLengthCompletionGenerator.POrLCompletion extends BasicCssCompletion
The type of completion returned by this generator.
-
-
Constructor Summary
Constructors Constructor Description POrLCompletion(org.fife.ui.autocomplete.CompletionProvider provider, java.lang.String value)
-
Method Summary
-
Methods inherited from class org.fife.rsta.ac.css.BasicCssCompletion
getIcon
-
Methods inherited from class org.fife.ui.autocomplete.BasicCompletion
getReplacementText, getShortDescription, getSummary, setShortDescription, setSummary, toString
-
-