Class CustomLineNumberFactory

  • All Implemented Interfaces:
    IntFunction<javafx.scene.Node>

    public class CustomLineNumberFactory
    extends Object
    implements IntFunction<javafx.scene.Node>
    Graphic factory that produces labels containing line numbers.
    • Constructor Detail

      • CustomLineNumberFactory

        public CustomLineNumberFactory​(org.fxmisc.richtext.StyledTextArea<?,​?> pArea)
    • Method Detail

      • apply

        public javafx.scene.Node apply​(int pIndex)
        Specified by:
        apply in interface IntFunction<javafx.scene.Node>