public final class SnippetEditorDecorator extends EditorNotifications.Provider<SnippetEditorDecorator.ConfigurationPane>
Modifier and Type | Class and Description |
---|---|
static class |
SnippetEditorDecorator.ConfigurationPane |
Modifier and Type | Field and Description |
---|---|
static Key<SnippetEditorDecorator.ConfigurationPane> |
CONTEXT_KEY |
Constructor and Description |
---|
SnippetEditorDecorator() |
Modifier and Type | Method and Description |
---|---|
SnippetEditorDecorator.ConfigurationPane |
createNotificationPanel(VirtualFile file,
FileEditor fileEditor,
Project project) |
static SnippetEditorDecorator.ConfigurationPane |
getJShellConfiguration(DataContext context) |
static SnippetEditorDecorator.ConfigurationPane |
getJShellConfiguration(FileEditor fileEditor) |
Key<SnippetEditorDecorator.ConfigurationPane> |
getKey() |
createNotificationPanel
public static final Key<SnippetEditorDecorator.ConfigurationPane> CONTEXT_KEY
public Key<SnippetEditorDecorator.ConfigurationPane> getKey()
getKey
in class EditorNotifications.Provider<SnippetEditorDecorator.ConfigurationPane>
public SnippetEditorDecorator.ConfigurationPane createNotificationPanel(VirtualFile file, FileEditor fileEditor, Project project)
createNotificationPanel
in class EditorNotifications.Provider<SnippetEditorDecorator.ConfigurationPane>
public static SnippetEditorDecorator.ConfigurationPane getJShellConfiguration(DataContext context)
public static SnippetEditorDecorator.ConfigurationPane getJShellConfiguration(FileEditor fileEditor)