public class IntentionActionWithTextCaching extends java.lang.Object implements java.lang.Comparable<IntentionActionWithTextCaching>, PossiblyDumbAware, ShortcutProvider, IntentionActionDelegate
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IntentionActionWithTextCaching other) |
IntentionAction |
getAction() |
IntentionAction |
getDelegate() |
java.util.List<IntentionAction> |
getOptionActions() |
ShortcutSet |
getShortcut() |
java.lang.String |
getText() |
boolean |
isDumbAware() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetImplementationClassName, unwrappublic java.lang.String getText()
public IntentionAction getAction()
public java.util.List<IntentionAction> getOptionActions()
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(IntentionActionWithTextCaching other)
compareTo in interface java.lang.Comparable<IntentionActionWithTextCaching>public boolean isDumbAware()
isDumbAware in interface PossiblyDumbAwarepublic ShortcutSet getShortcut()
getShortcut in interface ShortcutProviderpublic IntentionAction getDelegate()
getDelegate in interface IntentionActionDelegate