org.media.hyperpad
Class DocListener

java.lang.Object
  |
  +--org.media.hyperpad.DocListener
All Implemented Interfaces:
DocumentListener, EventListener

public class DocListener
extends Object
implements DocumentListener

Class needed by HyperPad for syntax highlighting.

Version:
$Revision: 1.1 $ $Date: 2002/09/13 18:51:36 $
Author:
Borsos Szabolcs
See Also:
String

Constructor Summary
DocListener()
           
 
Method Summary
 void change(DocumentEvent.ElementChange ec)
           
 void changedUpdate(DocumentEvent de)
           
 void insertUpdate(DocumentEvent de)
           
 void ix(String what, DocumentEvent de)
           
 void iy(String what, DocumentEvent de)
           
 void parseDocument(HTMLDocument d)
           
 void parseElementArray(Element[] e)
           
 void parseElementTree(Element e, int i)
           
 void removeUpdate(DocumentEvent de)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocListener

public DocListener()
Method Detail

changedUpdate

public void changedUpdate(DocumentEvent de)
Specified by:
changedUpdate in interface DocumentListener

insertUpdate

public void insertUpdate(DocumentEvent de)
Specified by:
insertUpdate in interface DocumentListener

removeUpdate

public void removeUpdate(DocumentEvent de)
Specified by:
removeUpdate in interface DocumentListener

ix

public void ix(String what,
               DocumentEvent de)

iy

public void iy(String what,
               DocumentEvent de)

change

public void change(DocumentEvent.ElementChange ec)

parseDocument

public void parseDocument(HTMLDocument d)

parseElementArray

public void parseElementArray(Element[] e)

parseElementTree

public void parseElementTree(Element e,
                             int i)


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."