Class CommonFontCompletionGenerator.FontFamilyCompletion

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

    private static class CommonFontCompletionGenerator.FontFamilyCompletion
    extends BasicCssCompletion
    The type of completion returned by this generator. TODO: Get rid of this class and share code with someone else.
    • Constructor Summary

      Constructors 
      Constructor Description
      FontFamilyCompletion​(org.fife.ui.autocomplete.CompletionProvider provider, java.lang.String value)  
    • Method Summary

      • Methods inherited from class org.fife.ui.autocomplete.BasicCompletion

        getReplacementText, getShortDescription, getSummary, setShortDescription, setSummary, toString
      • Methods inherited from class org.fife.ui.autocomplete.AbstractCompletion

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

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

      • FontFamilyCompletion

        FontFamilyCompletion​(org.fife.ui.autocomplete.CompletionProvider provider,
                             java.lang.String value)