public final class ErrorAnalyzer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLIENT_PROP_BINDING_ERROR
Value
ErrorInfo |
static java.lang.String |
CLIENT_PROP_CLASS_TO_BIND_ERROR
Value
ErrorInfo |
static java.lang.String |
CLIENT_PROP_ERROR_ARRAY |
Modifier and Type | Method and Description |
---|---|
static void |
analyzeErrors(Module module,
VirtualFile formFile,
GuiEditor editor,
IRootContainer rootContainer,
ProgressIndicator progress) |
static ErrorInfo [] |
getAllErrorsForComponent(IComponent component) |
static ErrorInfo |
getErrorForComponent(IComponent component) |
static HighlightDisplayLevel |
getHighlightDisplayLevel(Project project,
RadComponent component) |
static boolean |
isSuppressed(IRootContainer rootContainer,
FormInspectionTool formInspectionTool,
java.lang.String componentId) |
public static final java.lang.String CLIENT_PROP_CLASS_TO_BIND_ERROR
ErrorInfo
public static final java.lang.String CLIENT_PROP_BINDING_ERROR
ErrorInfo
public static final java.lang.String CLIENT_PROP_ERROR_ARRAY
public static void analyzeErrors(Module module, VirtualFile formFile, GuiEditor editor, IRootContainer rootContainer, ProgressIndicator progress)
editor
- if null, no quick fixes are created. This is used in form to source compiler.public static boolean isSuppressed(IRootContainer rootContainer, FormInspectionTool formInspectionTool, java.lang.String componentId)
public static ErrorInfo getErrorForComponent(IComponent component)
null
.public static ErrorInfo [] getAllErrorsForComponent(IComponent component)
public static HighlightDisplayLevel getHighlightDisplayLevel(Project project, RadComponent component)