Class ColorCompletionGenerator.ColorCompletion

java.lang.Object
org.fife.ui.autocomplete.AbstractCompletion
org.fife.ui.autocomplete.BasicCompletion
org.fife.rsta.ac.css.BasicCssCompletion
org.fife.rsta.ac.css.ColorCompletionGenerator.ColorCompletion
All Implemented Interfaces:
Comparable<org.fife.ui.autocomplete.Completion>, org.fife.ui.autocomplete.Completion
Enclosing class:
ColorCompletionGenerator

private static class ColorCompletionGenerator.ColorCompletion extends BasicCssCompletion
The type of completion returned by this generator.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ColorCompletion(org.fife.ui.autocomplete.CompletionProvider provider, 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

    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 Details

    • ColorCompletion

      ColorCompletion(org.fife.ui.autocomplete.CompletionProvider provider, String value)