Class PropertyCompletion

  • All Implemented Interfaces:
    java.lang.Comparable<org.fife.ui.autocomplete.Completion>, org.fife.ui.autocomplete.Completion

    class PropertyCompletion
    extends org.fife.ui.autocomplete.ShorthandCompletion
    A completion for a CSS property name.
    Version:
    1.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String iconKey  
    • 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.Icon getIcon()  
      • 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
      • Methods inherited from class org.fife.ui.autocomplete.AbstractCompletion

        compareTo, getAlreadyEntered, getProvider, getRelevance, getToolTipText, setIcon, setRelevance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • iconKey

        private java.lang.String iconKey
    • Constructor Detail

      • PropertyCompletion

        PropertyCompletion​(org.fife.ui.autocomplete.CompletionProvider provider,
                           java.lang.String property,
                           java.lang.String iconKey)
    • Method Detail

      • getIcon

        public javax.swing.Icon getIcon()
        Specified by:
        getIcon in interface org.fife.ui.autocomplete.Completion
        Overrides:
        getIcon in class org.fife.ui.autocomplete.AbstractCompletion