Interface | Description |
---|---|
IAbstractFile |
An abstract file is a file with extended functionality such as editor support
and internal locking methods.
|
IAbstractFolder |
This interface provides basic functionality for folders.
|
IAbstractFolderProvider | |
IProject |
A project is a container for several files and folders.
|
IProjectGuiLinker | |
IProjectTreeModel | |
IProjectTreeNode |
This interface describes the functionality of our TreeNodes.
|
IWorkspace |
This interface is the base of a workspace.
|
Class | Description |
---|---|
AbstractFile |
This is the implementation of the IAbstractFile interface and is used in the
viptool for file handling.
|
AbstractFolder |
This is the implementation of the IAbstractFolder interface and is used in
the viptool for folder handling.
|
FileSystem |