Extension SDK 9.0.5

Uses of Interface
oracle.javatools.buffer.TextBufferListener

Packages that use TextBufferListener
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.javatools.buffer The TextBuffer package assists in the manipulation of in-memory text content, whether it is read-only text, or read-write text. 
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.gutter The Line Gutter package is a subset of the Editor package, and contains API for working with a Gutter associated with an editor pane. 
oracle.javatools.editor.plugins The Plugins package is a subset of the Editor package, and is one way to extend the functionality of an editor pane. 
 

Uses of TextBufferListener in oracle.ide.model
 

Methods in oracle.ide.model with parameters of type TextBufferListener
 void TextNode.removeTextBufferListener(TextBufferListener listener)
          Informs the TextBuffer that the given listener no longer needs to track it.
 

Uses of TextBufferListener in oracle.javatools.buffer
 

Methods in oracle.javatools.buffer with parameters of type TextBufferListener
 void TextBuffer.addTextBufferListener(TextBufferListener listener)
          Registers the given observer to begin receiving notifications when changes are made to the text buffer either by an insert or remove.
 void TextBuffer.removeTextBufferListener(TextBufferListener listener)
          Unregisters the given observer from the notification list so that it will no longer receive change updates.
 

Uses of TextBufferListener in oracle.javatools.editor
 

Classes in oracle.javatools.editor that implement TextBufferListener
 class BasicCaret
          A BasicCaret extends the DefaultCaret to modify the default behavior about the visibility of the selection, and other extra features.
 class BasicDocument
          A BasicDocument is an implementation of the Document interface, similar to "PlainDocument" without the extra overhead of the Element structures for maintaining line number information, and with a different text buffer implementation.
 

Uses of TextBufferListener in oracle.javatools.editor.gutter
 

Classes in oracle.javatools.editor.gutter that implement TextBufferListener
 class LineGutterPlugin
          The LineGutterPlugin is a line gutter which also implements the Gutter interface that provides clients with the ability to add or remove icon marks in the gutter associated with an editor pane.
 

Uses of TextBufferListener in oracle.javatools.editor.plugins
 

Classes in oracle.javatools.editor.plugins that implement TextBufferListener
protected  class DragDropPlugin.DragCaret
          The DragCaret class extends the editor caret implementation to support the initiation of dragging without moving the cursor.
 


Extension SDK

 

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