|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ action overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.maddyhome.idea.vim.action
Class TxActionWrapper

java.lang.ObjectAnAction
com.maddyhome.idea.vim.action.TxActionWrapper
- public class TxActionWrapper
- extends AnAction
| Field Summary | |
private static Logger |
logger
|
private AnAction |
origAction
|
| Constructor Summary | |
TxActionWrapper(AnAction origAction)
|
|
| Method Summary | |
void |
actionPerformed(AnActionEvent event)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
origAction
private AnAction origAction
logger
private static Logger logger
| Constructor Detail |
TxActionWrapper
public TxActionWrapper(AnAction origAction)
| Method Detail |
actionPerformed
public void actionPerformed(AnActionEvent event)
|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ action overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
AnAction