public interface EditorTabColorProvider
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<EditorTabColorProvider> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getEditorTabColor(Project project,
VirtualFile file) |
default java.awt.Color |
getEditorTabColor(Project project,
VirtualFile file,
EditorWindow editorWindow) |
default java.awt.Color |
getProjectViewColor(Project project,
VirtualFile file) |
static final ExtensionPointName<EditorTabColorProvider> EP_NAME
java.awt.Color getEditorTabColor(Project project, VirtualFile file)
default java.awt.Color getEditorTabColor(Project project, VirtualFile file, EditorWindow editorWindow)
default java.awt.Color getProjectViewColor(Project project, VirtualFile file)