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

E17493-02

Uses of Interface
oracle.javatools.editor.BasicEditorPainter

Packages that use BasicEditorPainter
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. 
 

Uses of BasicEditorPainter in oracle.javatools.editor
 

Methods in oracle.javatools.editor with parameters of type BasicEditorPainter
 void BasicEditorUI.addPainter(BasicEditorPainter painter)
           
 void BasicEditorPane.registerPainter(BasicEditorPainter painter)
          Register a BasicEditorPainter to paint custom graphics into the editor
 void BasicEditorUI.removePainter(BasicEditorPainter painter)
           
 void BasicEditorPane.unregisterPainter(BasicEditorPainter painter)
           
 


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

E17493-02

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