protected class JComponent.AccessibleJComponent.AccessibleContainerHandler extends java.lang.Object implements java.awt.event.ContainerListener
| Modifier | Constructor and Description |
|---|---|
protected |
JComponent.AccessibleJComponent.AccessibleContainerHandler()
Creates a new AccessibleContainerHandler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
componentAdded(java.awt.event.ContainerEvent event)
Receives notification when a child component is added to the
JComponent and fires a PropertyChangeEvent on listeners registered
with the AccessibleJComponent with a property name of
AccessibleContext.ACCESSIBLE_CHILD_PROPERTY. |
void |
componentRemoved(java.awt.event.ContainerEvent event)
Receives notification when a child component is removed from the
JComponent and fires a PropertyChangeEvent on listeners registered
with the AccessibleJComponent with a property name of
AccessibleContext.ACCESSIBLE_CHILD_PROPERTY. |
protected JComponent.AccessibleJComponent.AccessibleContainerHandler()
public void componentAdded(java.awt.event.ContainerEvent event)
AccessibleContext.ACCESSIBLE_CHILD_PROPERTY.componentAdded in interface java.awt.event.ContainerListenerevent - the container eventpublic void componentRemoved(java.awt.event.ContainerEvent event)
AccessibleContext.ACCESSIBLE_CHILD_PROPERTY.componentRemoved in interface java.awt.event.ContainerListenerevent - the container event