Package org.fife.rsta.ac.css
Class PropertyCompletion
- java.lang.Object
-
- org.fife.ui.autocomplete.AbstractCompletion
-
- org.fife.ui.autocomplete.BasicCompletion
-
- org.fife.ui.autocomplete.ShorthandCompletion
-
- org.fife.rsta.ac.css.PropertyCompletion
-
- All Implemented Interfaces:
java.lang.Comparable<org.fife.ui.autocomplete.Completion>,org.fife.ui.autocomplete.Completion
class PropertyCompletion extends org.fife.ui.autocomplete.ShorthandCompletionA completion for a CSS property name.- Version:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringiconKey
-
Constructor Summary
Constructors Constructor Description PropertyCompletion(org.fife.ui.autocomplete.CompletionProvider provider, java.lang.String property, java.lang.String iconKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.IcongetIcon()-
Methods inherited from class org.fife.ui.autocomplete.ShorthandCompletion
getInputText, getSummary, getSummaryBody
-
Methods inherited from class org.fife.ui.autocomplete.BasicCompletion
getReplacementText, getShortDescription, setShortDescription, setSummary, toString
-
-