|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.platform.AbstractComponentDepictor.DepictedCompositeComponentListener
protected class AbstractComponentDepictor.DepictedCompositeComponentListener
A listener that marks this depiction as dirty if direct children are added or deleted.
| Constructor Summary | |
|---|---|
protected |
AbstractComponentDepictor.DepictedCompositeComponentListener()
|
| Method Summary | |
|---|---|
void |
childComponentAdded(ComponentEvent childComponentEvent)
Called when a child component is added to a composite component. |
void |
childComponentRemoved(ComponentEvent childComponentEvent)
Called when a child component is removed from a composite component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractComponentDepictor.DepictedCompositeComponentListener()
| Method Detail |
|---|
public void childComponentAdded(ComponentEvent childComponentEvent)
childComponentAdded in interface CompositeComponentListenerchildComponentEvent - The event indicating the added child component and the target parent composite component.public void childComponentRemoved(ComponentEvent childComponentEvent)
childComponentRemoved in interface CompositeComponentListenerchildComponentEvent - The event indicating the removed child component and the target parent composite component.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||