Package Summary  Overview Summary

class:JComponent.AccessibleJComponent.AccessibleContainerHandler [NONE]

All Implemented Interfaces:
ContainerListener, EventListener
Enclosing class:
JComponent.AccessibleJComponent

protected class JComponent.AccessibleJComponent.AccessibleContainerHandler
extends Object
implements ContainerListener
Fire PropertyChange listener, if one is registered, when children added/removed.

constructor:JComponent.AccessibleJComponent.AccessibleContainerHandler() [NONE]

method:componentAdded(java.awt.event.ContainerEvent) [NONE]

  • componentAdded

    public void componentAdded?(ContainerEvent e)
    Description copied from interface: ContainerListener
    Invoked when a component has been added to the container.
    Specified by:
    componentAdded in interface ContainerListener
    Parameters:
    e - the event to be processed
  • method:componentRemoved(java.awt.event.ContainerEvent) [NONE]

    componentRemoved

    public void componentRemoved?(ContainerEvent e)
    Description copied from interface: ContainerListener
    Invoked when a component has been removed from the container.
    Specified by:
    componentRemoved in interface ContainerListener
    Parameters:
    e - the event to be processed

    © 2020 Oracle Corporation and/or its affiliates