public class PluginAdvertiserEditorNotificationProvider extends EditorNotifications.Provider<EditorNotificationPanel> implements DumbAware
Constructor and Description |
---|
PluginAdvertiserEditorNotificationProvider() |
Modifier and Type | Method and Description |
---|---|
EditorNotificationPanel |
createNotificationPanel(VirtualFile file,
FileEditor fileEditor,
Project project) |
Key<EditorNotificationPanel> |
getKey() |
createNotificationPanel
public PluginAdvertiserEditorNotificationProvider()
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>