Interface ContainerFacade


  • public interface ContainerFacade
    Deprecated.
    This interface is no longer used internally and there exists no equivalent functionality Superceded by FactoryBuilderSupport handling.
    A facade to an object to which components can be added.
    Version:
    $Revision$
    Author:
    James Strachan
    • Method Detail

      • addComponent

        void addComponent​(java.awt.Component component)
        Deprecated.