Class ContainerTracker

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void componentAdded​(java.awt.Component component)
      Adds the ContainerListener to the component.
      protected void componentRemoved​(java.awt.Component component)
      Removes the ContainerListener to the component.
      void trackFieldChanges​(java.awt.Container container)
      Adds the ContainerListener to the container and any of its nested containers.
      void untrackFieldChanges​(java.awt.Container container)
      Removes the ContainerListener from the container and any of its nested containers.
      • Methods inherited from class java.lang.Object

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

      • ContainerTracker

        public ContainerTracker()
    • Method Detail

      • trackFieldChanges

        public void trackFieldChanges​(java.awt.Container container)
        Adds the ContainerListener to the container and any of its nested containers.
      • untrackFieldChanges

        public void untrackFieldChanges​(java.awt.Container container)
        Removes the ContainerListener from the container and any of its nested containers.
      • componentAdded

        protected void componentAdded​(java.awt.Component component)
        Adds the ContainerListener to the component.
      • componentRemoved

        protected void componentRemoved​(java.awt.Component component)
        Removes the ContainerListener to the component.