public class ProblemGraphicFactory extends Object implements IntFunction<javafx.scene.Node>
| Constructor and Description |
|---|
ProblemGraphicFactory(javafx.collections.ObservableList<ProblemInfo> pProblems,
SimpleEditor pEditor,
javafx.beans.value.ObservableValue<Boolean> pShowingProblemMarkersProperty) |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.Node |
apply(int pLineNumber) |
protected javafx.scene.control.IndexRange |
getProblemRange(ProblemInfo pProblem) |
public ProblemGraphicFactory(javafx.collections.ObservableList<ProblemInfo> pProblems, SimpleEditor pEditor, javafx.beans.value.ObservableValue<Boolean> pShowingProblemMarkersProperty)
pProblems - List of problems, sorted by offset.public javafx.scene.Node apply(int pLineNumber)
apply in interface IntFunction<javafx.scene.Node>protected javafx.scene.control.IndexRange getProblemRange(ProblemInfo pProblem)
Copyright © 2023. All rights reserved.