Class Hierarchy All Classes All Fields and Methods

Interface com.ibm.etools.mft.api.IActionPropertyEditor

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 Index
Field Description
copyright  
Method Index
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

Fields

copyright

public static final java.lang.String copyright

Methods

notifyActionPerformed

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

Class Hierarchy All Classes All Fields and Methods