Uses of Class
scone.accesstracking.AppletConnector

Packages that use AppletConnector
scone.accesstracking Scone is able to trace the actions of a user when using a Web browser. 
 

Uses of AppletConnector in scone.accesstracking
 

Methods in scone.accesstracking that return AppletConnector
 AppletConnector FrameAccessObject.get(java.lang.String parentFrameAndFrameName)
          Gets the AppletConnector object for a specific parentFrameAndFrameName.
 AppletConnector FrameAccess.get(java.lang.String parentFrameAndFrameName)
          Gets the AppletConnector object for a specific parentFrameAndFrameName.
 AppletConnector FrameAccessObject.get(java.lang.String parentFrameName, java.lang.String frameName)
          Gets the AppletConnector object for a specific frameName.
 AppletConnector FrameAccess.get(java.lang.String parentFrameName, java.lang.String frameName)
          Gets the AppletConnector object for a specific frameName.
 AppletConnector FrameAccessEntry.getAppletConnector()
           
 

Methods in scone.accesstracking with parameters of type AppletConnector
 void FrameAccess.add(java.lang.String parentFrameName, java.lang.String frameName, AppletConnector appletConnector)
          This method adds a new Frame to the list of frames and notifys the registered objects as soon as all data is collected
 void FrameAccessEntry.setAppletConnector(AppletConnector appletConnector)