| Package | Description |
|---|---|
| com.iamsoft.util.ui.javafx.codearea |
Utilities for dealing with CodeArea.
|
| Modifier and Type | Field and Description |
|---|---|
static Comparator<ProblemInfo> |
ProblemInfo.OFFSET_COMPARATOR |
static Comparator<ProblemInfo> |
ProblemInfo.SEVERITY_COMPARATOR
'Higher to lower' severity comparator.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ProblemInfo> |
LineToProblemsMapModel.get(int pLine) |
| Modifier and Type | Method and Description |
|---|---|
protected javafx.scene.control.IndexRange |
ProblemGraphicFactory.getProblemRange(ProblemInfo pProblem) |
| Constructor and Description |
|---|
LineToProblemsMapModel(javafx.collections.ObservableList<ProblemInfo> pProblems) |
ProblemGraphicFactory(javafx.collections.ObservableList<ProblemInfo> pProblems,
SimpleEditor pEditor,
javafx.beans.value.ObservableValue<Boolean> pShowingProblemMarkersProperty) |
Copyright © 2023. All rights reserved.