All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jdsltools.visualization.ContainerController

public interface ContainerController
A moderately useful piece of abstraction for changing the visualizer's Container. Subsumed for the most part into AnimationController -- and made somewhat obsolete by MultiContainer.

Author:
Mark Handy

Method Index

 o container()
 o exceptionThrown(Exception, String)
 o setContainer(Container)

Methods

 o setContainer
 public abstract void setContainer(Container c)
 o container
 public abstract Container container()
 o exceptionThrown
 public abstract void exceptionThrown(Exception e,
                                      String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index