creamtec.core.awt
Interface ContainerIterator.Listener

All Known Implementing Classes:
ComponentProcessor
Enclosing class:
ContainerIterator

public static interface ContainerIterator.Listener

Users of the class must implement this Listener interface to process iterated components


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)
          Callback method that is called to process a component during the iteration
 

Method Detail

processComponent

boolean processComponent(java.awt.Component comp)
                         throws java.lang.Exception
Callback method that is called to process a component during the iteration

Parameters:
comp - Component
Returns:
true to iterate children, false to not to
Throws:
java.lang.Exception

postProcessComponent

void postProcessComponent(java.awt.Component comp)
Callback method that is called after the component and its subtree of children has been processed

Parameters:
comp - Component


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