public final class ArtifactErrorPanel
extends java.lang.Object
Constructor and Description |
---|
ArtifactErrorPanel(ArtifactEditorImpl artifactEditor) |
Modifier and Type | Method and Description |
---|---|
void |
clearError() |
javax.swing.JComponent |
getMainPanel() |
void |
showError(java.lang.String message,
ProjectStructureProblemType.Severity severity,
java.util.List<? extends ConfigurationErrorQuickFix> quickFixes) |
public ArtifactErrorPanel(ArtifactEditorImpl artifactEditor)
public void showError(java.lang.String message, ProjectStructureProblemType.Severity severity, java.util.List<? extends ConfigurationErrorQuickFix> quickFixes)
public void clearError()
public javax.swing.JComponent getMainPanel()