public class EditorAnalysisManager extends ATEAnalysisManager
| Modifier and Type | Field and Description |
|---|---|
protected static int |
ANALYSIS_ITEM_ERROR |
protected static int |
ANALYSIS_ITEM_OTHER |
protected static int |
ANALYSIS_ITEM_WARNING |
protected Color |
greenColor |
protected int |
numberOfErrors |
protected int |
numberOfWarnings |
protected GrammarWindow |
window |
| Constructor and Description |
|---|
EditorAnalysisManager(GrammarWindow window) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Color |
getAnalysisColor() |
String |
getAnalysisDescription() |
int[] |
getAvailableTypes() |
List<ATEAnalysisItem> |
getErrors() |
List<ATEAnalysisItem> |
getItemsForType(int type) |
int |
getLinesCount() |
List<ATEAnalysisItem> |
getOthers() |
List<ATEAnalysisItem> |
getWarnings() |
protected static final int ANALYSIS_ITEM_ERROR
protected static final int ANALYSIS_ITEM_WARNING
protected static final int ANALYSIS_ITEM_OTHER
protected final Color greenColor
protected GrammarWindow window
protected int numberOfErrors
protected int numberOfWarnings
public EditorAnalysisManager(GrammarWindow window)
public void close()
public int[] getAvailableTypes()
getAvailableTypes in class ATEAnalysisManagerpublic List<ATEAnalysisItem> getItemsForType(int type)
getItemsForType in class ATEAnalysisManagerpublic int getLinesCount()
getLinesCount in class ATEAnalysisManagerpublic Color getAnalysisColor()
getAnalysisColor in class ATEAnalysisManagerpublic String getAnalysisDescription()
getAnalysisDescription in class ATEAnalysisManagerpublic List<ATEAnalysisItem> getErrors()
public List<ATEAnalysisItem> getWarnings()
public List<ATEAnalysisItem> getOthers()
Copyright © 2013. All rights reserved.