Class CustomLineNumberFactory

java.lang.Object
com.iamsoft.util.ui.javafx.codearea.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 Details

    • CustomLineNumberFactory

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

    • apply

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