java.lang.Object
com.iamsoft.util.ui.javafx.codearea.ProblemGraphicFactory
- All Implemented Interfaces:
IntFunction<javafx.scene.Node>
Graphics to be displayed in code area.
-
Constructor Summary
ConstructorsConstructorDescriptionProblemGraphicFactory
(javafx.collections.ObservableList<ProblemInfo> pProblems, SimpleEditor pEditor, javafx.beans.value.ObservableValue<Boolean> pShowingProblemMarkersProperty) -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.Node
apply
(int pLineNumber) protected javafx.scene.control.IndexRange
getProblemRange
(ProblemInfo pProblem)
-
Constructor Details
-
ProblemGraphicFactory
public ProblemGraphicFactory(javafx.collections.ObservableList<ProblemInfo> pProblems, SimpleEditor pEditor, javafx.beans.value.ObservableValue<Boolean> pShowingProblemMarkersProperty) - Parameters:
pProblems
- List of problems, sorted by offset.
-
-
Method Details
-
apply
public javafx.scene.Node apply(int pLineNumber) - Specified by:
apply
in interfaceIntFunction<javafx.scene.Node>
-
getProblemRange
-