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

E13403-08

Uses of Class
oracle.javatools.editor.EditDescriptor

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

Methods in oracle.javatools.editor that return EditDescriptor
abstract  EditDescriptor BasicEditorKit.EmacsCaseWordAction.getEditDescriptor()
          Fetch the edit descriptor to use for undo purposes.
 EditDescriptor BasicEditorKit.EmacsUpcaseWordAction.getEditDescriptor()
          Fetch the edit descriptor to use for undo purposes.
 EditDescriptor BasicEditorKit.EmacsDowncaseWordAction.getEditDescriptor()
          Fetch the edit descriptor to use for undo purposes.
 EditDescriptor BasicEditorKit.EmacsCapitalizeWordAction.getEditDescriptor()
          Fetch the edit descriptor to use for undo purposes.
 

Methods in oracle.javatools.editor with parameters of type EditDescriptor
 void BasicEditorPane.beginEdit(EditDescriptor editDescriptor)
          Marks the start of an Undoable edit applied through this editor.
 void BasicEditorPane.beginFormatEdit(EditDescriptor editDescriptor)
          This is a special form of beginEdit without calling beginEdit in realTextBuffer
 boolean EditDescriptor.canMergeWith(EditDescriptor otherEdit)
          Returns whether the edit can be merged with the other edit.
 

Uses of EditDescriptor in oracle.javatools.editor.plugins
 

Fields in oracle.javatools.editor.plugins declared as EditDescriptor
protected static EditDescriptor DragDropPlugin.DRAG_DESCRIPTOR
          The edit (undo) descriptor for a drag operation.
protected static EditDescriptor DragDropPlugin.DRAGDROP_DESCRIPTOR
          The edit (undo) descriptor for a drag and drop operation within the same editor.
protected static EditDescriptor DropTargetPlugin.DROP_DESCRIPTOR
          The edit (undo) descriptor for a drop operation.
 


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

E13403-08

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