Uses of Class
org.problets.domain.viz.data.AggregateBaseViz

Packages that use AggregateBaseViz
org.problets.domain.viz.data   
org.problets.domain.viz.data.control.abstraction   
org.problets.domain.viz.data.implement   
 

Uses of AggregateBaseViz in org.problets.domain.viz.data
 

Methods in org.problets.domain.viz.data that return AggregateBaseViz
 AggregateBaseViz AggregateBaseViz.getParentViz()
          Returns a reference to the parent's visualization
 

Methods in org.problets.domain.viz.data with parameters of type AggregateBaseViz
 void AggregateBaseViz.setParentViz(AggregateBaseViz inParentViz)
          Sets the parentViz to the parameter passed - used when adding children, i.e., BlockViz objects whose parent is not know at the time of creation
 

Constructors in org.problets.domain.viz.data with parameters of type AggregateBaseViz
AggregateBaseViz(AggregateBaseViz inParentViz)
           
 

Uses of AggregateBaseViz in org.problets.domain.viz.data.control.abstraction
 

Subclasses of AggregateBaseViz in org.problets.domain.viz.data.control.abstraction
 class BlockViz
          Draws the rectangle in which an ActivationRecord is displayed.
 class FunctionViz
          Draws a rectangle, in which ActivationRecord is displayed
 

Constructors in org.problets.domain.viz.data.control.abstraction with parameters of type AggregateBaseViz
BlockViz(ActivationRecord inModel, AggregateBaseViz inParentViz)
           
FunctionViz(ActivationRecord inModel, AggregateBaseViz inParentViz)
           
 

Uses of AggregateBaseViz in org.problets.domain.viz.data.implement
 

Subclasses of AggregateBaseViz in org.problets.domain.viz.data.implement
 class DataSpaceViz
          Visualizes the data space of a program
 class GlobalViz
          Displays the set of global variables in a program
 class HeapViz
          Displays the variables in HeapModel
 class StackViz
          Displays the stack of functions in the program
 

Constructors in org.problets.domain.viz.data.implement with parameters of type AggregateBaseViz
GlobalViz(ActivationRecord inModel, AggregateBaseViz inParentViz)