com.croftsoft.core.animation.updater
Class ArrayComponentUpdater

java.lang.Object
  extended by com.croftsoft.core.animation.updater.ArrayComponentUpdater
All Implemented Interfaces:
ComponentUpdater

public final class ArrayComponentUpdater
extends Object
implements ComponentUpdater

Makes a ComponentUpdater array look like a single ComponentUpdater.

Since:
2002-03-06
Version:
2003-07-05
Author:
David Wallace Croft

Constructor Summary
ArrayComponentUpdater()
           
ArrayComponentUpdater(ComponentUpdater[] componentUpdaters)
           
 
Method Summary
 void add(ComponentUpdater componentUpdater)
           
 ComponentUpdater[] getComponentUpdaters()
           
 void setComponentUpdaters(ComponentUpdater[] componentUpdaters)
           
 void update(JComponent component)
          Updates each element in the ComponentUpdater array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayComponentUpdater

public ArrayComponentUpdater(ComponentUpdater[] componentUpdaters)

ArrayComponentUpdater

public ArrayComponentUpdater()
Method Detail

getComponentUpdaters

public ComponentUpdater[] getComponentUpdaters()

add

public void add(ComponentUpdater componentUpdater)

setComponentUpdaters

public void setComponentUpdaters(ComponentUpdater[] componentUpdaters)

update

public void update(JComponent component)
Updates each element in the ComponentUpdater array.

Specified by:
update in interface ComponentUpdater

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)