public interface IActionPropertyEditor
An interface for a custom property editor that wants to be notified of various actions performed on a specific nodes. Note that actions have to be instrumented to signal such an event in order for the editor to be notified. An example of such action is an 'AddInputTerminalAction'
Creation date: (03/23/2007 4:04:30 PM)
Field | Description |
---|---|
copyright |
Method | Description |
---|---|
void notifyActionPerformed(IAction, Object) | This method is called by the property editors framework to alert the property editors it is managing that registered action was peformed on a node, and indicates what IAction |
public static final java.lang.String copyright
public void notifyActionPerformed(IAction action, Object arg)This method is called by the property editors framework to alert the property editors it is managing that registered action was peformed on a node, and indicates what IAction
- Parameters
- IAction: - an action that was performed
- Object: - an additional arument