org.eclipse.emf.ecp.ui.view.swt
Interface ECPSWTView

All Known Implementing Classes:
ECPSWTViewImpl

public interface ECPSWTView

This is the result of a Rendering call. It contains the created SWT Control and the ViewModelContext.

Author:
Jonas

Method Summary
 void dispose()
          Disposes the view.
 org.eclipse.swt.widgets.Control getSWTControl()
           
 ViewModelContext getViewModelContext()
          Returns the ViewModelContext which was used to create the current view.
 

Method Detail

getSWTControl

org.eclipse.swt.widgets.Control getSWTControl()
Returns:
the root SWT Control of this view.

dispose

void dispose()
Disposes the view.


getViewModelContext

ViewModelContext getViewModelContext()
Returns the ViewModelContext which was used to create the current view.

Returns:
the ViewModelContext
Since:
1.2


Copyright © 2014. All Rights Reserved.