Packagecom.yworks.canvas.model
Interfacepublic interface IModelItem extends ILookup
Implementors AbstractModelItem

The interface used by items that belong to a model, that most of the utility classes for the CanvasComponent

This interface is a tagging interface that adds no additional functionality to the ILookup interface.



Public Methods
 MethodDefined By
 Inherited
lookup(type:Class):Object
Returns an instance that implements the given type or null.
ILookup