Uses of Interface
creamtec.webcream.gui.ComponentUpdater

Packages that use ComponentUpdater
creamtec.webcream.examples   
creamtec.webcream.gui   
 

Uses of ComponentUpdater in creamtec.webcream.examples
 

Classes in creamtec.webcream.examples that implement ComponentUpdater
 class CustomControlProcessor
          Example of implementing a custom renderer, custom updater and action emulator See WebCream documentation and javadoc for more information.
 

Uses of ComponentUpdater in creamtec.webcream.gui
 

Classes in creamtec.webcream.gui that implement ComponentUpdater
 class DefaultComponentUpdater
          The default implementation of setting the request values to AWT components
 class DefaultJComponentUpdater
          Updates Swing components with values received from HTTP request
 class SnapshotUpdater
          SnapshotUpdater works in conjunction with the SnapshotRenderer, which adds JavaScript mouse listener to the generated images.
 

Methods in creamtec.webcream.gui that return ComponentUpdater
 ComponentUpdater WindowUpdater.getComponentUpdater(java.lang.String className)
          Returns the component updater for the given class name If a custom component updater is not registered for the given class, a default one is returned
 ComponentUpdater WindowUpdater.getDefaultComponentUpdater()
          Returns the default component updater that implements the default logic of component processing and updating in WebCream.
 



Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.