javax.swing
protected class JComponent.AccessibleJComponent.AccessibleContainerHandler extends Object implements ContainerListener
Constructor Summary | |
---|---|
protected | AccessibleContainerHandler()
Creates a new AccessibleContainerHandler. |
Method Summary | |
---|---|
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
{@link 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
{@link AccessibleContext#ACCESSIBLE_CHILD_PROPERTY}.
|
Parameters: event the container event
Parameters: event the container event