org.fife.rtext.plugins.project.model
Interface ModelEntity

All Known Subinterfaces:
ProjectEntry, ProjectEntryParent
All Known Implementing Classes:
FileProjectEntry, FolderProjectEntry, LogicalFolderProjectEntry, Project, Workspace

public interface ModelEntity

A component in the model of a workspace.

Version:
1.0
Author:
Robert Futrell

Method Summary
 void accept(WorkspaceVisitor visitor)
          Called when a visitor visits this entity.
 

Method Detail

accept

void accept(WorkspaceVisitor visitor)
Called when a visitor visits this entity.

Parameters:
visitor - The visitor.