org.wegra.awt
Interface ViewContainer

All Known Implementing Classes:
InternalFrame

public interface ViewContainer

Interface of ViewContainer. This class is strongly coupled with View, so you can't use this independently.

Version:
1.0 (2002-06-07)
Author:
wegra (Bok-Youn Lee)

Method Summary
 void dispose()
           
 java.lang.Object getReturnValue()
           
 View getView()
           
 void setClosingMethod(ClosingMethod closingMethod)
           
 void setView(View view)
           
 

Method Detail

getView

public View getView()

setView

public void setView(View view)

setClosingMethod

public void setClosingMethod(ClosingMethod closingMethod)

dispose

public void dispose()

getReturnValue

public java.lang.Object getReturnValue()