Package 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$
- Author:
- Steve Neuendorffer
- Pt.AcceptedRating:
- Red
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-