edu.washington.biostr.sig.brainj3d.icons
Class ComponentTracker

java.lang.Object
  extended by edu.washington.biostr.sig.brainj3d.icons.ComponentTracker
Direct Known Subclasses:
IconOverlay, RemoteImageWrapper, ShapeIcon

public class ComponentTracker
extends Object

Component tracker keeps track of components and can send update commands to them. It maintains weak references.

Author:
eider

Constructor Summary
ComponentTracker()
           
 
Method Summary
protected  void addComponent(Component c)
           
protected  void notifyComponents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTracker

public ComponentTracker()
Method Detail

addComponent

protected void addComponent(Component c)

notifyComponents

protected void notifyComponents()


Copyright © 2006 University of Washington. All Rights Reserved.