|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.event.WindowAdapter
ghm.follow.event.WindowTracker
Implementation of WindowListener which writes the
position and size of a window to a FollowAppAttributes object each time
windowClosing() is invoked.
| Field Summary | |
protected FollowAppAttributes |
attributes_
|
| Constructor Summary | |
WindowTracker(FollowAppAttributes attributes)
Construct a new WindowTracker which will write window position/size to the supplied FollowAppAttributes object. |
|
| Method Summary | |
void |
windowClosing(java.awt.event.WindowEvent e)
Each time this method is invoked, the position/size of the window which is closing will be written to the FollowAppAttributes object. |
| Methods inherited from class java.awt.event.WindowAdapter |
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected FollowAppAttributes attributes_
| Constructor Detail |
public WindowTracker(FollowAppAttributes attributes)
attributes - attributes object to which window size & position should be
written| Method Detail |
public void windowClosing(java.awt.event.WindowEvent e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||