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

E13403-04

Uses of Interface
oracle.javatools.editor.EditorSelection

Packages that use EditorSelection
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 EditorSelection in oracle.javatools.editor
 

Classes in oracle.javatools.editor that implement EditorSelection
 class EditorSelectionColumns
          A EditorSelection that selects by column blocks.
 class EditorSelectionWrap
          An EditorSelection supporting the standard type of selection familiar to most users.
 

Methods in oracle.javatools.editor that return EditorSelection
 EditorSelection BasicCaret.getEditorSelection()
          The caret can work with different types of selection models.
 

Methods in oracle.javatools.editor with parameters of type EditorSelection
 void BasicCaret.setEditorSelection(EditorSelection newEditorSelection)
          Change the selection model used by this caret.
 


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

E13403-04

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