|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.creamtec.ajaxswing.gui.ComponentProcessor
public class ComponentProcessor
Used to process a component while updating the GUI elements with the data from the brower
| Constructor Summary | |
|---|---|
ComponentProcessor(HttpRequestData data,
ActionData actionData,
WindowUpdater windowUpdater)
Initializes the processor |
|
| Method Summary | |
|---|---|
void |
postProcessComponent(java.awt.Component comp)
Callback method that is called after the component and its subtree of children has been processed |
boolean |
processComponent(java.awt.Component comp)
Find the appropriate updater and forward the work |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentProcessor(HttpRequestData data,
ActionData actionData,
WindowUpdater windowUpdater)
data - HttpRequestDataactionData - ActionDatawindowUpdater - WindowUpdater| Method Detail |
|---|
public boolean processComponent(java.awt.Component comp)
throws java.lang.Exception
processComponent in interface ContainerIterator.Listenercomp - Component
java.lang.Exceptionpublic void postProcessComponent(java.awt.Component comp)
ContainerIterator.Listener
postProcessComponent in interface ContainerIterator.Listenercomp - Component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||