public final class EditorNotificationsImpl extends EditorNotifications
Modifier and Type | Class and Description |
---|---|
static class |
EditorNotificationsImpl.RefactoringListenerProvider |
EditorNotifications.Provider<T extends javax.swing.JComponent>
Modifier and Type | Field and Description |
---|---|
static ProjectExtensionPointName<EditorNotifications.Provider<?>> |
EP_PROJECT |
Constructor and Description |
---|
EditorNotificationsImpl(Project project) |
Modifier and Type | Method and Description |
---|---|
static void |
completeAsyncTasks() |
void |
logNotificationActionInvocation(Key<?> providerKey,
java.lang.Class<?> runnableClass) |
void |
updateAllNotifications() |
void |
updateNotifications(EditorNotifications.Provider<?> provider) |
void |
updateNotifications(VirtualFile file) |
getInstance, updateAll
public static final ProjectExtensionPointName<EditorNotifications.Provider<?>> EP_PROJECT
public EditorNotificationsImpl(Project project)
public void updateNotifications(EditorNotifications.Provider<?> provider)
updateNotifications
in class EditorNotifications
public void updateNotifications(VirtualFile file)
updateNotifications
in class EditorNotifications
public void logNotificationActionInvocation(Key<?> providerKey, java.lang.Class<?> runnableClass)
logNotificationActionInvocation
in class EditorNotifications
public void updateAllNotifications()
updateAllNotifications
in class EditorNotifications
public static void completeAsyncTasks()