public interface IntentionFilterOwner
Modifier and Type | Interface and Description |
---|---|
static interface |
IntentionFilterOwner.IntentionActionsFilter
Interface to control the available intention actions.
|
Modifier and Type | Method and Description |
---|---|
IntentionFilterOwner.IntentionActionsFilter |
getIntentionActionsFilter()
Sets the intention actions filter which is used to determine which intention actions should be available in an editor.
|
void |
setIntentionActionsFilter(IntentionFilterOwner.IntentionActionsFilter filter)
Sets the intention actions filter which is used to determine which intention actions should be available in an editor.
|
void setIntentionActionsFilter(IntentionFilterOwner.IntentionActionsFilter filter)
filter
- the intention actions filter instance.IntentionFilterOwner.IntentionActionsFilter getIntentionActionsFilter()