public class ActionTracer extends java.lang.Object implements UiDebuggerExtension, AnActionListener
AnActionListener.Adapter
EP_NAME
TOPIC
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, wait
beforeActionPerformed, beforeEditorTyping
public javax.swing.JComponent getComponent()
getComponent
in interface UiDebuggerExtension
public java.lang.String getName()
getName
in interface UiDebuggerExtension
public void afterActionPerformed(AnAction action, DataContext dataContext, AnActionEvent event)
AnActionListener
dataContext
in implementing methods is unsafe - it could have been invalidated by the performed action.afterActionPerformed
in interface AnActionListener
public void disposeUiResources()
disposeUiResources
in interface UiDebuggerExtension