Uses of Package
scone.netobjects

Packages that use scone.netobjects
scone.accesstracking Scone is able to trace the actions of a user when using a Web browser. 
scone.netobjects This package provides objects which represent real objects from the internet and the WWW. 
scone.robot This package provides a configurable high-performance web-robot. 
scone.thumbnailgenerator Generates a thumbnail-image of a document under a specified URL. 
scone.usertesttool Scone's usertesttool: TEA (Test Environment for Automation) "TEA" -- Scone's UserTestTool -- was developed to support usability experts while performing user tests. 
 

Classes in scone.netobjects used by scone.accesstracking
Access
          Access-Objects contain information about single access actions See scone.examples.OberserverTestPlugin for an example how to use the acess-Events
 

Classes in scone.netobjects used by scone.netobjects
Access
          Access-Objects contain information about single access actions See scone.examples.OberserverTestPlugin for an example how to use the acess-Events
AccessCache
          caches the access table from the database and provides means to update the database
AccessEvent
          used to tell all interested observers about the latest webpage loaded into the browser
Cacheable
          defines an object that can be stored in a CacheTable
CacheTable
          A CacheTable is used to cache the entries of the database.
CacheTableEntryInterface
          CacheTableEntryInterface is used to make access to Entrys possible
DBTableAdapter
          stores the database meta information about a TableRecord.
FieldValueHashTable
          holds the values of a TableRecord object.
Frame
          may represent a frame in a web browser in future scone releases
HtmlNode
          a HtmlNode represents a Html document.
HtmlNodeCache
          caches all HtmlNode objects.
Inclusion
          An Inclusion represents the objects included in one web page, like applets, pictures etc.
Keyword
          represents a keyword of a NetNode object.
Link
          a Link represents a links-set from the database
LinkVector
          a Vector of Link objects
NetNode
          a NetNode represents a node from the Internet.
NetNodeCache
          Caches all NetNode objects.
Person
           
Server
          a Server represents a ServerCache-set from the database
SimpleUri
          This implementation tries to be compliant with RFC2396 (it is not by default, see below!).
TableRecord
          Defines which methods an object must implement to be handled by a cache
TableRecordCacheInterface
          a cache for TableRecord objects.
User
          A User represents a Scone user.
 

Classes in scone.netobjects used by scone.robot
HtmlNode
          a HtmlNode represents a Html document.
Link
          a Link represents a links-set from the database
NetNode
          a NetNode represents a node from the Internet.
SimpleUri
          This implementation tries to be compliant with RFC2396 (it is not by default, see below!).
 

Classes in scone.netobjects used by scone.thumbnailgenerator
SimpleUri
          This implementation tries to be compliant with RFC2396 (it is not by default, see below!).
 

Classes in scone.netobjects used by scone.usertesttool
Access
          Access-Objects contain information about single access actions See scone.examples.OberserverTestPlugin for an example how to use the acess-Events