public class InspectionProblemsFilterForm
extends java.lang.Object
Constructor and Description |
---|
InspectionProblemsFilterForm() |
Modifier and Type | Method and Description |
---|---|
void |
addListener(com.intellij.analysis.problemsView.inspection.InspectionProblemsFilterForm.FilterListener filterListener) |
javax.swing.JPanel |
getMainPanel() |
boolean |
isShowErrors() |
boolean |
isShowHints() |
boolean |
isShowWarnings() |
void |
reset(com.intellij.analysis.problemsView.inspection.InspectionProblemsPresentationHelper presentationHelper) |
public void reset(com.intellij.analysis.problemsView.inspection.InspectionProblemsPresentationHelper presentationHelper)
public void addListener(com.intellij.analysis.problemsView.inspection.InspectionProblemsFilterForm.FilterListener filterListener)
public javax.swing.JPanel getMainPanel()
public boolean isShowErrors()
public boolean isShowWarnings()
public boolean isShowHints()