Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.javatools.editor.folding
Class AbstractCodeFoldingPlugin.DocumentHandler

java.lang.Object
  extended by oracle.javatools.editor.folding.AbstractCodeFoldingPlugin.DocumentHandler
All Implemented Interfaces:
java.util.EventListener, BasicDocument.PrePostDocumentListener
Enclosing class:
AbstractCodeFoldingPlugin

protected class AbstractCodeFoldingPlugin.DocumentHandler
extends java.lang.Object
implements BasicDocument.PrePostDocumentListener


Constructor Summary
protected AbstractCodeFoldingPlugin.DocumentHandler()
           
 
Method Summary
 void postNotify(javax.swing.event.DocumentEvent event)
          Post-notification after regular document listener notification is delivered.
 void postNotify(java.beans.PropertyChangeEvent event)
          Post-notification after regular compound edit listener notification is delivered.
 void preNotify(javax.swing.event.DocumentEvent event)
          Pre-notification before the regular document listener notification is delivered.
 void preNotify(java.beans.PropertyChangeEvent event)
          Pre-notification before the regular compound edit listener notification is delivered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCodeFoldingPlugin.DocumentHandler

protected AbstractCodeFoldingPlugin.DocumentHandler()
Method Detail

preNotify

public void preNotify(javax.swing.event.DocumentEvent event)
Pre-notification before the regular document listener notification is delivered.

Specified by:
preNotify in interface BasicDocument.PrePostDocumentListener
Parameters:
event - the event describing the document change

postNotify

public void postNotify(javax.swing.event.DocumentEvent event)
Post-notification after regular document listener notification is delivered.

Specified by:
postNotify in interface BasicDocument.PrePostDocumentListener
Parameters:
event - the event describing the document change

preNotify

public void preNotify(java.beans.PropertyChangeEvent event)
Description copied from interface: BasicDocument.PrePostDocumentListener
Pre-notification before the regular compound edit listener notification is delivered.

Specified by:
preNotify in interface BasicDocument.PrePostDocumentListener
Parameters:
event - the event describing the compoundEditInProgress property change.

postNotify

public void postNotify(java.beans.PropertyChangeEvent event)
Description copied from interface: BasicDocument.PrePostDocumentListener
Post-notification after regular compound edit listener notification is delivered.

Specified by:
postNotify in interface BasicDocument.PrePostDocumentListener
Parameters:
event - the event describing the dcompoundEditInProgress property change.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.