| |
|
| java.lang.Object com.jeta.open.support.DefaultComponentFinder com.jeta.swingbuilder.support.DesignTimeComponentFinder
DesignTimeComponentFinder | public class DesignTimeComponentFinder extends DefaultComponentFinder (Code) | | A component finder used for design time. In this case we don't want component
listeners added to anything owned by the FormEditor. The reason is because
the XMLEncoder/XMLDecoder will store the container listeners added by the
design components that are not needed when in runtime.
author: Jeff Tassin |
Method Summary | |
protected void | buildNames(Container container) Recursively searches all Components owned by this container. |
DesignTimeComponentFinder | public DesignTimeComponentFinder(Container parent)(Code) | | ctor
|
buildNames | protected void buildNames(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 |
|
|
|