Class FlashOnSaveHighlight.Factory

java.lang.Object
org.praxislive.ide.editor.saveflash.FlashOnSaveHighlight.Factory
All Implemented Interfaces:
org.netbeans.spi.editor.highlighting.HighlightsLayerFactory
Enclosing class:
FlashOnSaveHighlight

public static class FlashOnSaveHighlight.Factory extends Object implements org.netbeans.spi.editor.highlighting.HighlightsLayerFactory
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.netbeans.spi.editor.highlighting.HighlightsLayerFactory

    org.netbeans.spi.editor.highlighting.HighlightsLayerFactory.Context
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.netbeans.spi.editor.highlighting.HighlightsLayer[]
    createLayers(org.netbeans.spi.editor.highlighting.HighlightsLayerFactory.Context context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • createLayers

      public org.netbeans.spi.editor.highlighting.HighlightsLayer[] createLayers(org.netbeans.spi.editor.highlighting.HighlightsLayerFactory.Context context)
      Specified by:
      createLayers in interface org.netbeans.spi.editor.highlighting.HighlightsLayerFactory