Uses of Interface
treebolic.IContext

Packages that use IContext
treebolic   
treebolic.applet   
treebolic.browser   
treebolic.generator   
 

Uses of IContext in treebolic
 

Classes in treebolic that implement IContext
 class Application
          Application
 

Fields in treebolic declared as IContext
private  IContext Widget.theContext
          Context for operations (provides some glue to the context, application)
 

Methods in treebolic that return IContext
 IContext Widget.getContext()
          Get context
 

Constructors in treebolic with parameters of type IContext
Widget(IContext thisContext)
          Constructor
 

Uses of IContext in treebolic.applet
 

Classes in treebolic.applet that implement IContext
 class Treebolic
          Applet
 

Uses of IContext in treebolic.browser
 

Classes in treebolic.browser that implement IContext
 class Context
           
 

Uses of IContext in treebolic.generator
 

Classes in treebolic.generator that implement IContext
 class Controller
          Controller
 

Methods in treebolic.generator with parameters of type IContext
private  Widget MainFrame.makeWidget(IContext thisContext)
          Make the widget