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.CharacterTypedListener

Packages that use CharacterTypedListener
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
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.insight The Code Insight package is a subset of the Editor package, and is the starting base for a code insight implementation to provide the user with code assistance features. 

 

Uses of CharacterTypedListener in oracle.ide.ceditor

 

Classes in oracle.ide.ceditor that implement CharacterTypedListener
 class AbstractEditingPlugin
          The AbstractEditingPlugin is an assistance plugin that helps with Java/JavaScript coding (basically, languages with descendants from C), to take care of the various tedious aspects of editing, such as lining up asterisks in multi-line comments, balancing comment start and ends, and so on.

 

Uses of CharacterTypedListener in oracle.javatools.editor

 

Methods in oracle.javatools.editor with parameters of type CharacterTypedListener
 void BasicEditorPane.addCharacterTypedListener(CharacterTypedListener listener)
          Adds a character typed listener to the list so that it can receive notifications of characters typed into this editor pane.
 void BasicEditorPane.removeCharacterTypedListener(CharacterTypedListener listener)
          Removes a character typed listener from the list so that it no longer receives notifications.

 

Uses of CharacterTypedListener in oracle.javatools.editor.insight

 

Classes in oracle.javatools.editor.insight that implement CharacterTypedListener
 class AbstractInsight
          The AbstractInsight class provides some of the common functionality of all Insight implementations, such as handling the delayed timer, trapping of editor commands, displaying of the Insight window, and so on.

 


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.