Package dk.gtz.graphedit.view
Interface IProjectResourceView
- All Known Implementing Classes:
DraggableTabController
public interface IProjectResourceView
Interface for views that are viewing project resources.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addEditor
(ModelEditorController editor) Add an editor to the view
-
Method Details
-
addEditor
Add an editor to the view- Parameters:
editor
- The model editor to add
-