Skip navigation links

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

E17493-04


Uses of Interface
oracle.javatools.editor.BasicDocument.PrePostDocumentListener

Packages that use BasicDocument.PrePostDocumentListener
oracle.javatools.editor The Editor package is a basic framework for an editor component with syntax highlighting capabilities, built on top of the Swing text framework. 
oracle.javatools.editor.folding Provides classes and interfaces for supporting collapsible source code blocks in the code editor. 

 

Uses of BasicDocument.PrePostDocumentListener in oracle.javatools.editor

 

Methods in oracle.javatools.editor with parameters of type BasicDocument.PrePostDocumentListener
 void BasicDocument.addPrePostDocumentListener(BasicDocument.PrePostDocumentListener listener)
          Registers the given listener to begin receiving pre/post notifications.
 void BasicDocument.removePrePostDocumentListener(BasicDocument.PrePostDocumentListener listener)
          Unregisters the given listener from receiving pre/post notifications.

 

Uses of BasicDocument.PrePostDocumentListener in oracle.javatools.editor.folding

 

Classes in oracle.javatools.editor.folding that implement BasicDocument.PrePostDocumentListener
protected  class AbstractCodeFoldingPlugin.DocumentHandler
           

 

Methods in oracle.javatools.editor.folding that return BasicDocument.PrePostDocumentListener
protected  BasicDocument.PrePostDocumentListener AbstractCodeFoldingPlugin.createPrePostDocumentListener()
           

 


Skip navigation links

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

E17493-04


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