public class ActionTracer extends java.lang.Object implements UiDebuggerExtension, AnActionListener
AnActionListener.AdapterEP_NAMETOPIC| Constructor and Description |
|---|
ActionTracer() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterActionPerformed(AnAction action,
DataContext dataContext,
AnActionEvent event)
Note that using
dataContext in implementing methods is unsafe - it could have been invalidated by the performed action. |
void |
disposeUiResources() |
javax.swing.JComponent |
getComponent() |
java.lang.String |
getName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeActionPerformed, beforeEditorTypingpublic javax.swing.JComponent getComponent()
getComponent in interface UiDebuggerExtensionpublic java.lang.String getName()
getName in interface UiDebuggerExtensionpublic void afterActionPerformed(AnAction action, DataContext dataContext, AnActionEvent event)
AnActionListenerdataContext in implementing methods is unsafe - it could have been invalidated by the performed action.afterActionPerformed in interface AnActionListenerpublic void disposeUiResources()
disposeUiResources in interface UiDebuggerExtension