|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.JComponent.AccessibleJComponent.AccessibleContainerHandler
protected class JComponent.AccessibleJComponent.AccessibleContainerHandler
Receives notification if there are child components are added or removed from the JComponent and fires appropriate PropertyChangeEvents to interested listeners on the AccessibleJComponent.
| Constructor Summary | |
|---|---|
protected |
JComponent.AccessibleJComponent.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 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected JComponent.AccessibleJComponent.AccessibleContainerHandler()
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||