Package com.borland.primetime.node

Interface Summary
NodeContainer All Node subclasses are potential containers.
NodeListener  
ProjectListener  
 

Class Summary
FileNode FileNode instances represent nodes within a project that are associated with storage outside the project file.
FileType Instances of FileType represent mappings between filesystem extensions and node types.
FolderNode  
ImageFileNode  
LightweightNode  
Node Node is an abstract parent of all node types supported by the node system.
Project There are several ways in which a project node is unusual and needs special care: The member project is always null, but getProject returns a reference to the project itself.
ProjectAdapter An abstract adapter class for receiving project events.
ProjectStorage  
TextFileNode  
 

Exception Summary
DuplicateNodeException Signals that an attempt to create a duplicate node has been detected.
NodeException The parent class of all node system exceptions.