diva.gui
Interface ContextView


public interface ContextView

A Context view is a view that knows about an app context that it exists. This context allows the view to represent itself as a toplevel frame complete with menu bars, tool bars, etc.

Version:
$Id: ContextView.java 38798 2005-07-08 20:00:01Z cxh $
Author:
Steve Neuendorffer
Accepted Rating:
Red

Method Summary
 AppContext getContext()
          Return the component that implements the display of this view.
 

Method Detail

getContext

AppContext getContext()
Return the component that implements the display of this view.