Class ContainerManager


  • public class ContainerManager
    extends java.lang.Object
    Determines the number of Swing components in the container and instantiates the corresponding component resize manager objects.
    Version:
    3.0.0
    Author:
    R.Bacher
    • Constructor Summary

      Constructors 
      Constructor Description
      ContainerManager​(ApplicationResizeManager applicationResizeManager, java.awt.Component referenceComponent, java.awt.Component container)
      Constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContainerManager

        public ContainerManager​(ApplicationResizeManager applicationResizeManager,
                                java.awt.Component referenceComponent,
                                java.awt.Component container)
        Constructor
        Parameters:
        referenceComponent - Frame object of the resized visual application
        container - Container object containing the components to be resized