Interface IProjectResourceView

All Known Implementing Classes:
DraggableTabController

public interface IProjectResourceView
Interface for views that are viewing project resources.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Add an editor to the view
  • Method Details

    • addEditor

      void addEditor(ModelEditorController editor)
      Add an editor to the view
      Parameters:
      editor - The model editor to add