MindFusion.Java Package Programmer's Guide
EditComponentAdapter Members
Constructors Methods
 


Provides empty implementations for the methods defined in the EditComponentListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of EditComponentListener.

The following tables list the members exposed by the EditComponentAdapter type.

 Public Constructors

  Name Description

EditComponentAdapter

 

 Public Methods

  Name Description

textChanged

Raised when the text is changed.

textChanging

Raised when the text is about to be changed.

 See Also

EditComponentAdapter Class
com.mindfusion.diagramming.components Namespace