|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.skeleton.swing.SwingApplicationFrame.NavigatorUpdater
The NavigatorUpdater is an Observer which updates
the Navigator of an ApplicationFrame.
| Constructor Summary | |
SwingApplicationFrame.NavigatorUpdater()
Empty constructor. |
|
| Method Summary | |
void |
update(Observable o,
java.lang.Object arg)
The callback method of an observer that is invoked by the Observable each time the state has changed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SwingApplicationFrame.NavigatorUpdater()
| Method Detail |
public void update(Observable o,
java.lang.Object arg)
ObserverObservable each time the state has changed.
update in interface Observero - the observable that triggered the call.arg - an object carrying additional information.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||