Uses of Class
com.jstatcom.model.Scope

Packages that use Scope
com.jstatcom.component GUI components with general functionality. 
com.jstatcom.equation Components to display equations. 
com.jstatcom.model Data model and Symbol Management systems. 
com.jstatcom.table Special tables for some data types. 
 

Uses of Scope in com.jstatcom.component
 

Methods in com.jstatcom.component that return Scope
 Scope SymbolDisplay.getSymbolScope()
          Gets the scope of the displayed symbol.
 Scope NumSelector.getSymbolScope()
          Gets the symbol scope.
 Scope CheckBoxList.getSymbolScope()
          Gets the current symbol scope.
 

Methods in com.jstatcom.component with parameters of type Scope
 void SymbolDisplay.setSymbolScope(Scope scope)
          Sets the scope of the displayed symbol.
 void NumSelector.setSymbolScope(Scope scope)
          Sets the symbol scope.
 void CheckBoxList.setSymbolScope(Scope scope)
          Sets the symbol scope.
 

Uses of Scope in com.jstatcom.equation
 

Methods in com.jstatcom.equation that return Scope
 Scope EqTerm.getSymbolScope()
          Gets the current scope, which defines which symbol table to use (local, global or upper).
 

Methods in com.jstatcom.equation with parameters of type Scope
 void EqTermEC.setSymbolScope(Scope scope)
          Sets the symbol scope, which defines which symbol table to use (local, global or upper).
 void EqTermDefault.setSymbolScope(Scope scope)
          Sets the symbol scope, which defines which symbol table to use (local, global or upper).
 void EqTermAR.setSymbolScope(Scope scope)
          Sets the symbol scope, which defines which symbol table to use ( local,global or upper).
 void EqTerm.setSymbolScope(Scope scope)
          Sets the symbol scope, which defines which symbol table to use (local, global or upper).
 

Uses of Scope in com.jstatcom.model
 

Fields in com.jstatcom.model declared as Scope
static Scope Scope.GLOBAL
          The local symbol scope.
static Scope Scope.LOCAL
          The local symbol scope.
static Scope Scope.UPPER
          The local symbol scope.
 

Uses of Scope in com.jstatcom.table
 

Methods in com.jstatcom.table that return Scope
 Scope JSCDataTableScrollPane.getSymbolScope()
          Gets which symbol scope is used.
 Scope JSCAbstractDataTable.getSymbolScope()
          Gets the current scope, which defines which symbol table to use ( local,global or upper).
 

Methods in com.jstatcom.table with parameters of type Scope
 void JSCDataTableScrollPane.setSymbolScope(Scope newSymbolScope)
          Sets the scope for the symbols used for row and column header.
 void JSCAbstractDataTable.setSymbolScope(Scope scope)
          Sets the symbol scope, which defines which symbol table to use ( local,global or upper).