public class EditorTabPresentationUtil
extends java.lang.Object
Constructor and Description |
---|
EditorTabPresentationUtil() |
Modifier and Type | Method and Description |
---|---|
static java.awt.Color |
getEditorTabBackgroundColor(Project project,
VirtualFile file,
EditorWindow editorWindow) |
static java.lang.String |
getEditorTabTitle(Project project,
VirtualFile file,
EditorWindow editorWindow) |
static java.awt.Color |
getFileBackgroundColor(Project project,
VirtualFile file) |
static java.lang.String |
getUniqueEditorTabTitle(Project project,
VirtualFile file,
EditorWindow editorWindow) |
public static java.lang.String getEditorTabTitle(Project project, VirtualFile file, EditorWindow editorWindow)
public static java.lang.String getUniqueEditorTabTitle(Project project, VirtualFile file, EditorWindow editorWindow)
public static java.awt.Color getEditorTabBackgroundColor(Project project, VirtualFile file, EditorWindow editorWindow)
public static java.awt.Color getFileBackgroundColor(Project project, VirtualFile file)