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, wait
getImplementationClassName, unwrap
public java.lang.String getText()
public IntentionAction getAction()
public java.util.List<IntentionAction> getOptionActions()
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(IntentionActionWithTextCaching other)
compareTo
in interface java.lang.Comparable<IntentionActionWithTextCaching>
public boolean isDumbAware()
isDumbAware
in interface PossiblyDumbAware
public ShortcutSet getShortcut()
getShortcut
in interface ShortcutProvider
public IntentionAction getDelegate()
getDelegate
in interface IntentionActionDelegate