protected class

JComponent.AccessibleJComponent.AccessibleContainerHandler

extends Object
implements ContainerListener
java.lang.Object
   ↳ javax.swing.JComponent.AccessibleJComponent.AccessibleContainerHandler

Class Overview

Fire PropertyChange listener, if one is registered, when children added/removed.

Summary

Protected Constructors
JComponent.AccessibleJComponent.AccessibleContainerHandler()
Public Methods
void componentAdded(ContainerEvent e)
Invoked when a component has been added to the container.
void componentRemoved(ContainerEvent e)
Invoked when a component has been removed from the container.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.awt.event.ContainerListener

Protected Constructors

protected JComponent.AccessibleJComponent.AccessibleContainerHandler ()

Public Methods

public void componentAdded (ContainerEvent e)

Invoked when a component has been added to the container.

public void componentRemoved (ContainerEvent e)

Invoked when a component has been removed from the container.