All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ncsa.habanero.Wrapped

public interface Wrapped
extends Mirrorable
The Wrapped interface extends the Marshallable interface to include methods which integrate your application into the Habanero environment.


Method Index

 o startInFrame(MirrorFrame)
The highest level Component of your application or applet should be instantiated here and added to the MirrorFrame f in order to initiate the application.

Methods

 o startInFrame
 public abstract void startInFrame(MirrorFrame f)
The highest level Component of your application or applet should be instantiated here and added to the MirrorFrame f in order to initiate the application. Usually this Component will be a Container or a Panel. Be sure it is not a Frame; adding one Frame to another has really bad effects on the runtime.


All Packages  Class Hierarchy  This Package  Previous  Next  Index