| 
Java™ Platform Standard Ed. 6  | 
|||||||||
| 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
Fire PropertyChange listener, if one is registered, when children added/removed.
| Constructor Summary | |
|---|---|
protected  | 
JComponent.AccessibleJComponent.AccessibleContainerHandler()
 | 
| Method Summary | |
|---|---|
 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.  | 
| 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 e)
ContainerListener
componentAdded in interface ContainerListenerpublic void componentRemoved(ContainerEvent e)
ContainerListener
componentRemoved in interface ContainerListener
  | 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.