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 QuickFixActionRegistrarpublic void register(TextRange fixRange, IntentionAction action, HighlightDisplayKey key)
register in interface QuickFixActionRegistrarpublic void unregister(Condition<? super IntentionAction> condition)
QuickFixActionRegistrarunregister in interface QuickFixActionRegistrarcondition - condition for quick fixes to remove