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)
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()