Saturday, October 01, 2005

To replace the delete action of IDebugView

1) The AbstractDebugView registered a REMOVE_ACTION to handle the delete key event.
2) IDebugView.getAction(actionID) can be used to retrive the REMOVE_ACTION.
3) IDebugView.setAction(actionID, IAction) to register an action (null will remove the action);

0 Comments:

Post a Comment

<< Home