org.eclipse.emf.emfstore.internal.client.model.util
Interface ProjectSpaceContainer

All Known Implementing Classes:
HistoryBrowserView

public interface ProjectSpaceContainer

Interface for a class, usually a view, that can provide a project space, usually the project space it displays.

Author:
koegel

Method Summary
 ProjectSpace getProjectSpace()
          Retrieve the project space of the container.
 

Method Detail

getProjectSpace

ProjectSpace getProjectSpace()
Retrieve the project space of the container.

Returns:
the project space


Copyright © 2015. All Rights Reserved.