Class CodeHighlightingAssistant

  • All Implemented Interfaces:
    java.util.function.Consumer<de.factoryfx.javascript.data.attributes.types.Javascript<?>>

    public class CodeHighlightingAssistant
    extends AssistantBase<de.factoryfx.javascript.data.attributes.types.Javascript<?>,​java.util.List<Span>>
    • Constructor Summary

      Constructors 
      Constructor Description
      CodeHighlightingAssistant​(java.lang.ref.WeakReference<java.util.function.Consumer<java.util.List<Span>>> consumer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.List<Span> process​(de.factoryfx.javascript.data.attributes.types.Javascript<?> input)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Constructor Detail

      • CodeHighlightingAssistant

        public CodeHighlightingAssistant​(java.lang.ref.WeakReference<java.util.function.Consumer<java.util.List<Span>>> consumer)
    • Method Detail

      • process

        protected java.util.List<Span> process​(de.factoryfx.javascript.data.attributes.types.Javascript<?> input)
        Specified by:
        process in class AssistantBase<de.factoryfx.javascript.data.attributes.types.Javascript<?>,​java.util.List<Span>>