public class CachedIntentions
extends java.lang.Object
Constructor and Description |
---|
CachedIntentions(Project project,
PsiFile file,
Editor editor) |
public java.util.Set<IntentionActionWithTextCaching> getIntentions()
public java.util.Set<IntentionActionWithTextCaching> getErrorFixes()
public java.util.Set<IntentionActionWithTextCaching> getInspectionFixes()
public java.util.Set<IntentionActionWithTextCaching> getGutters()
public java.util.Set<IntentionActionWithTextCaching> getNotifications()
public Editor getEditor()
public PsiFile getFile()
public Project getProject()
public int getOffset()
public static CachedIntentions create(Project project, PsiFile file, Editor editor, ShowIntentionsPass.IntentionsInfo intentions)
public static CachedIntentions createAndUpdateActions(Project project, PsiFile file, Editor editor, ShowIntentionsPass.IntentionsInfo intentions)
public boolean wrapAndUpdateActions(ShowIntentionsPass.IntentionsInfo newInfo, boolean callUpdate)
public boolean addActions(ShowIntentionsPass.IntentionsInfo info)
public java.util.List<IntentionActionWithTextCaching> getAllActions()
public IntentionGroup getGroup(IntentionActionWithTextCaching action)
public javax.swing.Icon getIcon(IntentionActionWithTextCaching value)
public boolean showBulb()
public java.lang.String toString()
toString
in class java.lang.Object