|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.sciss.app.AncestorAdapter
public class AncestorAdapter
In analogy to ComponentAdapter
provides a stub class that implements
the AncestorListener interface,
so subclasses need to override only those
methods they're interested in.
ComponentAdapter| Constructor Summary | |
|---|---|
AncestorAdapter()
|
|
| Method Summary | |
|---|---|
void |
ancestorAdded(javax.swing.event.AncestorEvent e)
|
void |
ancestorMoved(javax.swing.event.AncestorEvent e)
|
void |
ancestorRemoved(javax.swing.event.AncestorEvent e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AncestorAdapter()
| Method Detail |
|---|
public void ancestorAdded(javax.swing.event.AncestorEvent e)
ancestorAdded in interface javax.swing.event.AncestorListenerpublic void ancestorRemoved(javax.swing.event.AncestorEvent e)
ancestorRemoved in interface javax.swing.event.AncestorListenerpublic void ancestorMoved(javax.swing.event.AncestorEvent e)
ancestorMoved in interface javax.swing.event.AncestorListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||