Package org.fife.rtext.plugins.project.model

The "model" classes representing a workspace of 1 or more projects.

See:
          Description

Interface Summary
ModelEntity A component in the model of a workspace.
ProjectEntry A project entry is either a file or a folder on the file system.
ProjectEntryParent A ModelEntity that can be the parent of a ProjectEntry.
WorkspaceVisitor A visitor of a workspace and its project entries.
 

Class Summary
FileProjectEntry A project entry reflecting a file on the local file system.
FolderFilterInfo Information about what children to display in a folder tree view.
FolderProjectEntry A project entry representing a folder on the local file system and its contents, possibly filtered.
LogicalFolderProjectEntry A project entry representing a logical folder (i.e., not an actual folder on the file system).
Project A project is a logical collection of ProjectEntrys.
Workspace A workspace is a collection of projects.
 

Package org.fife.rtext.plugins.project.model Description

The "model" classes representing a workspace of 1 or more projects.