Module com.iamsoft.util.ui
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 Summary
Constructors Constructor Description CustomLineNumberFactory(org.fxmisc.richtext.StyledTextArea<?,?> pArea)
-
-
-
Method Detail
-
apply
public javafx.scene.Node apply(int pIndex)
- Specified by:
apply
in interfaceIntFunction<javafx.scene.Node>
-
-