public abstract static class ScopesAndSeveritiesTable.TableSettings
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
TableSettings(java.util.Collection<InspectionConfigTreeNode.Tool> nodes,
InspectionProfileImpl inspectionProfile,
Project project) |
Modifier and Type | Method and Description |
---|---|
InspectionProfileImpl |
getInspectionProfile() |
java.util.List<java.lang.String> |
getKeyNames() |
java.util.List<HighlightDisplayKey> |
getKeys() |
java.util.Collection<InspectionConfigTreeNode.Tool> |
getNodes() |
Project |
getProject() |
protected abstract void |
onScopeAdded() |
protected abstract void |
onScopeChosen(ScopeToolState scopeToolState) |
protected abstract void |
onScopeRemoved(int scopesCount) |
protected abstract void |
onScopesOrderChanged() |
protected abstract void |
onSettingsChanged() |
protected TableSettings(java.util.Collection<InspectionConfigTreeNode.Tool> nodes, InspectionProfileImpl inspectionProfile, Project project)
public java.util.List<HighlightDisplayKey> getKeys()
public java.util.List<java.lang.String> getKeyNames()
public java.util.Collection<InspectionConfigTreeNode.Tool> getNodes()
public InspectionProfileImpl getInspectionProfile()
public Project getProject()
protected abstract void onScopeAdded()
protected abstract void onScopesOrderChanged()
protected abstract void onScopeRemoved(int scopesCount)
protected abstract void onScopeChosen(ScopeToolState scopeToolState)
protected abstract void onSettingsChanged()