protected class JComponent.AccessibleJComponent.AccessibleContainerHandler extends Object implements ContainerListener
| Modifier | Constructor and Description |
|---|---|
protected |
JComponent.AccessibleJComponent.AccessibleContainerHandler()
Creates a new AccessibleContainerHandler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
componentAdded(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(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(ContainerEvent event)
AccessibleContext.ACCESSIBLE_CHILD_PROPERTY.componentAdded in interface ContainerListenerevent - the container eventpublic void componentRemoved(ContainerEvent event)
AccessibleContext.ACCESSIBLE_CHILD_PROPERTY.componentRemoved in interface ContainerListenerevent - the container event