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