public abstract class IntentionsUI
extends java.lang.Object
Constructor and Description |
---|
IntentionsUI(Project project) |
Modifier and Type | Method and Description |
---|---|
CachedIntentions |
getCachedIntentions(Editor editor,
PsiFile file) |
static IntentionsUI |
getInstance(Project project) |
abstract void |
hide() |
void |
invalidate() |
abstract void |
update(CachedIntentions cachedIntentions,
boolean actionsChanged) |
public IntentionsUI(Project project)
public static IntentionsUI getInstance(Project project)
public CachedIntentions getCachedIntentions(Editor editor, PsiFile file)
public void invalidate()
public abstract void update(CachedIntentions cachedIntentions, boolean actionsChanged)
public abstract void hide()