Extension SDK 10.1.2

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. 
oracle.jdeveloper.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
 

Uses of EditDescriptor in oracle.javatools.editor
 

Methods in oracle.javatools.editor that return EditDescriptor
 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.
abstract  EditDescriptor BasicEditorKit.EmacsCaseWordAction.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.
 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 DropTargetPlugin.DROP_DESCRIPTOR
          The edit (undo) descriptor for a drop operation.
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.
 

Uses of EditDescriptor in oracle.jdeveloper.ceditor
 

Methods in oracle.jdeveloper.ceditor that return EditDescriptor
protected  EditDescriptor DropHandlerPlugin.getDropDescriptor()
          Fetch the edit descriptor that should be used for the undoable event associated with this drop operation.
 


Extension SDK

 

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