Class TLcdModelTreeNodeSupport

java.lang.Object
com.luciad.model.TLcdModelTreeNodeSupport
All Implemented Interfaces:
ILcdModelContainer, ILcdModelProducerListener, EventListener

public class TLcdModelTreeNodeSupport extends Object implements ILcdModelContainer

This is a utility class that can be used to create an ILcdModelTreeNode implementation. This utility class provides support for all the methods in ILcdModelTreeNode which are not inherited from ILcdModel.

As a consequence, this class is ideal for creating ILcdModelTreeNode implementations based on an existing ILcdModel implementation. All those ILcdModelTreeNode methods can then be delegated to an instance of this class.

Since:
9.0