|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscone.accesstracking.FrameAccessObject
scone.accesstracking.MyFrameAccess
public class MyFrameAccess
This Class can be inherited by classes that want to be informed on any change of open frames.
| Constructor Summary | |
|---|---|
MyFrameAccess(java.lang.Object FATester)
|
|
| Method Summary | |
|---|---|
void |
framesChanged(java.util.Set contents)
This abstract method has to be implemented by its subclass. |
| Methods inherited from class scone.accesstracking.FrameAccessObject |
|---|
contains, contains, get, get, getAccessObject, getAccessObject, getSetOfContents, notifyMe, showOpenFrames, stopNotifyMe |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MyFrameAccess(java.lang.Object FATester)
| Method Detail |
|---|
public void framesChanged(java.util.Set contents)
FrameAccessObject
framesChanged in class FrameAccessObjectcontents - A Set of string containing the parent frame names and frame names of the open frames
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||