au.com.zip.cs
Interface Contextual

All Known Implementing Classes:
WebBrowser, WebPage, WebPageTabbedPane

public interface Contextual

An Object that has a Context.

Author:
Cameron Simpson <cs@zip.com.au> 17apr2003

Method Summary
 Context getContext()
          Return the Context of this Object.
 void setParentContext(Context p)
          Set the parent Context.
 

Method Detail

getContext

Context getContext()
Return the Context of this Object.

Returns:
the object Context

setParentContext

void setParentContext(Context p)
Set the parent Context.

Parameters:
p - the new parent