public abstract class EditorNotifications
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
EditorNotifications.Provider<T extends javax.swing.JComponent>
An extension allowing to add custom notifications to the top of file editors.
|
Constructor and Description |
---|
EditorNotifications() |
Modifier and Type | Method and Description |
---|---|
static EditorNotifications |
getInstance(Project project) |
abstract void |
logNotificationActionInvocation(Key<?> providerKey,
java.lang.Class<?> runnableClass) |
static void |
updateAll() |
abstract void |
updateAllNotifications() |
abstract void |
updateNotifications(EditorNotifications.Provider<?> provider) |
abstract void |
updateNotifications(VirtualFile file) |
public static EditorNotifications getInstance(Project project)
public abstract void updateNotifications(VirtualFile file)
public abstract void updateNotifications(EditorNotifications.Provider<?> provider)
public abstract void updateAllNotifications()
public abstract void logNotificationActionInvocation(Key<?> providerKey, java.lang.Class<?> runnableClass)
public static void updateAll()