public class QuickFixActionRegistrarImpl extends java.lang.Object implements QuickFixActionRegistrar
Constructor and Description |
---|
QuickFixActionRegistrarImpl(HighlightInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
register(IntentionAction action) |
void |
register(TextRange fixRange,
IntentionAction action,
HighlightDisplayKey key) |
void |
unregister(Condition<? super IntentionAction> condition)
Allows to replace some of the built-in quick fixes.
|
public QuickFixActionRegistrarImpl(HighlightInfo info)
public void register(IntentionAction action)
register
in interface QuickFixActionRegistrar
public void register(TextRange fixRange, IntentionAction action, HighlightDisplayKey key)
register
in interface QuickFixActionRegistrar
public void unregister(Condition<? super IntentionAction> condition)
QuickFixActionRegistrar
unregister
in interface QuickFixActionRegistrar
condition
- condition for quick fixes to remove