Class ProblemGraphicFactory

    • Constructor Detail

      • 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 Detail

      • apply

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

        protected javafx.scene.control.IndexRange getProblemRange​(ProblemInfo pProblem)