| java.lang.Object com.jeta.open.gui.framework.JETAComponentCleanser
JETAComponentCleanser | public class JETAComponentCleanser (Code) | | This class recursively searches a container for child components. It searches
for all registered listeners on those components that are part of the
com.jeta package and removes those listeners. This is used to assist in
garbage collection. Hopefully, it ensures that a frame or container does not
linger because of registered listeners that are never removed.
author: Jeff Tassin |
cleanse | public void cleanse(Container container)(Code) | | Recursively searches all Components owned by this container. If the
Component has a name, we store it in the m_components hash table
Parameters: container - the container to search |
|
|