public final class AlternativeSourceNotificationProvider extends EditorNotifications.Provider<EditorNotificationPanel>
Constructor and Description |
---|
AlternativeSourceNotificationProvider() |
Modifier and Type | Method and Description |
---|---|
EditorNotificationPanel |
createNotificationPanel(VirtualFile file,
FileEditor fileEditor,
Project project) |
Key<EditorNotificationPanel> |
getKey() |
static boolean |
isFileProcessed(VirtualFile file) |
static void |
setFileProcessed(VirtualFile file,
boolean value) |
createNotificationPanel
public AlternativeSourceNotificationProvider()
public Key<EditorNotificationPanel> getKey()
getKey
in class EditorNotifications.Provider<EditorNotificationPanel>
public EditorNotificationPanel createNotificationPanel(VirtualFile file, FileEditor fileEditor, Project project)
createNotificationPanel
in class EditorNotifications.Provider<EditorNotificationPanel>
public static boolean isFileProcessed(VirtualFile file)
public static void setFileProcessed(VirtualFile file, boolean value)