Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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
protected  boolean isInsertOrRemoveEvent(javax.swing.event.DocumentEvent event)
          Whether the document event is an insert or remove.
 void postNotify(javax.swing.event.DocumentEvent event)
          Post-notification after regular document listener notification is delivered.
 void preNotify(javax.swing.event.DocumentEvent event)
          Pre-notification before the regular document 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

isInsertOrRemoveEvent

protected boolean isInsertOrRemoveEvent(javax.swing.event.DocumentEvent event)
Whether the document event is an insert or remove. We'll ignore change updates.

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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