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 |
|