Uses of Class
project35.system.Context

Packages that use Context
project35.system The most important classes in this package are Context classes that hold a collection of environment variables. 
 

Uses of Context in project35.system
 

Subclasses of Context in project35.system
 class Project35ApplicationContext
          a HashMap that holds environment variables which have an application-wide scope of effect can contain any number of Project35DocumentContext objects which describe properties of individual Project35 Dialogs
 class Project35DocumentContext
          a HashMap that holds environment variables which have a document-wide scope of effect It will have a Project35FormContext object which describe properties of the current form
 class Project35FormContext
          a HashMap that holds environment variables which have a form-wide scope of effect of the current form