All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface COM.ibm.desktop.IView

public interface interface IView
By implementing the IView interface, objects provide application rendering and participate as View objects in the Model-View-Controller paradigm in the framework.

 Copyright (c) Taligent, Inc.  1996 - 1997.
 Copyright (c) IBM Corporation 1996 - 1997.
 All Rights Reserved.
 

See Also:
ModelView

Method Index

 o initialize()
Invoked by the framework to initialize the view after the view is created and added to the view hierarchy.

Methods

 o initialize
 public abstract void initialize()
Invoked by the framework to initialize the view after the view is created and added to the view hierarchy.


All Packages  Class Hierarchy  This Package  Previous  Next  Index