Uses of Class
scone.proxy.HtmlTokenEditor

Packages that use HtmlTokenEditor
scone.accesstracking Scone is able to trace the actions of a user when using a Web browser. 
scone.examples.magnifier The Magnifyer Plugin enlarges all headings and large text elements in a Web page. 
scone.examples.statusbar The statusbar plugin demonstrates how to write a simple Scone plugin. 
scone.proxy This package contains the classes related to the proxy. 
 

Uses of HtmlTokenEditor in scone.accesstracking
 

Subclasses of HtmlTokenEditor in scone.accesstracking
 class BodyEventAdder
          Adds events to the BODY-Tag to track the actions of a user.
 class FormSubmitEventAdder
          Adds events to the BODY-Tag to track the actions of a user.
 class JavaScriptAdder
          Adds line in header to get JavaScript code from AccessTrackingMeg, which tracks user actions.
 class LinkEventAdder
          Adds onClick-Events to all A and AREA elements.
 class TimeStoreScriptAdder
          Inserts a piece of JavaScript code on top of HTML-Page, that stores the actual Time.
 

Uses of HtmlTokenEditor in scone.examples.magnifier
 

Subclasses of HtmlTokenEditor in scone.examples.magnifier
 class Magnifier
           
 

Uses of HtmlTokenEditor in scone.examples.statusbar
 

Subclasses of HtmlTokenEditor in scone.examples.statusbar
 class StatusBarWizard
           
 

Uses of HtmlTokenEditor in scone.proxy
 

Subclasses of HtmlTokenEditor in scone.proxy
 class AddPreambleEditor
          Adds a preamble to a Html-Document.
 class ParsingMeg
          transforms tokens into database objects.