Uses of Class
com.iamsoft.util.ui.javafx.codearea.ProblemInfo
Packages that use ProblemInfo
-
Uses of ProblemInfo in com.iamsoft.util.ui.javafx.codearea
Fields in com.iamsoft.util.ui.javafx.codearea with type parameters of type ProblemInfoModifier and TypeFieldDescriptionstatic final Comparator<ProblemInfo>ProblemInfo.OFFSET_COMPARATORstatic final 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 ProblemInfoMethods in com.iamsoft.util.ui.javafx.codearea with parameters of type ProblemInfoModifier and TypeMethodDescriptionprotected javafx.scene.control.IndexRangeProblemGraphicFactory.getProblemRange(ProblemInfo pProblem) Constructor parameters in com.iamsoft.util.ui.javafx.codearea with type arguments of type ProblemInfoModifierConstructorDescriptionLineToProblemsMapModel(javafx.collections.ObservableList<ProblemInfo> pProblems) ProblemGraphicFactory(javafx.collections.ObservableList<ProblemInfo> pProblems, SimpleEditor pEditor, javafx.beans.value.ObservableValue<Boolean> pShowingProblemMarkersProperty)