public static interface IntentionFilterOwner.IntentionActionsFilter
Modifier and Type | Field and Description |
---|---|
static IntentionFilterOwner.IntentionActionsFilter |
EVERYTHING_AVAILABLE
This filter reports all intentions are available.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAvailable(IntentionAction intentionAction)
Checks if the intention action should be available in an editor.
|
static final IntentionFilterOwner.IntentionActionsFilter EVERYTHING_AVAILABLE
boolean isAvailable(IntentionAction intentionAction)
intentionAction
- the intention action to analyze