Uses of Class
com.iamsoft.util.ui.javafx.codearea.ProblemInfo
-
Packages that use ProblemInfo Package Description com.iamsoft.util.ui.javafx.codearea Utilities for dealing with CodeArea. -
-
Uses of ProblemInfo in com.iamsoft.util.ui.javafx.codearea
Fields in com.iamsoft.util.ui.javafx.codearea with type parameters of type ProblemInfo Modifier and Type Field Description static Comparator<ProblemInfo>ProblemInfo. OFFSET_COMPARATORstatic Comparator<ProblemInfo>ProblemInfo. SEVERITY_COMPARATOR'Higher to lower' severity comparator.Methods in com.iamsoft.util.ui.javafx.codearea that return types with arguments of type ProblemInfo Modifier and Type Method Description Set<ProblemInfo>LineToProblemsMapModel. get(int pLine)Methods in com.iamsoft.util.ui.javafx.codearea with parameters of type ProblemInfo Modifier and Type Method Description protected javafx.scene.control.IndexRangeProblemGraphicFactory. getProblemRange(ProblemInfo pProblem)Constructor parameters in com.iamsoft.util.ui.javafx.codearea with type arguments of type ProblemInfo Constructor Description LineToProblemsMapModel(javafx.collections.ObservableList<ProblemInfo> pProblems)ProblemGraphicFactory(javafx.collections.ObservableList<ProblemInfo> pProblems, SimpleEditor pEditor, javafx.beans.value.ObservableValue<Boolean> pShowingProblemMarkersProperty)
-