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

E13403-03

Uses of Class
oracle.javatools.editor.BasicEditorKit.EmacsKillTypeAction

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

Subclasses of BasicEditorKit.EmacsKillTypeAction in oracle.javatools.editor
static class BasicEditorKit.EmacsAppendNextKillAction
          The EmacsAppendNextKillAction implementation of the action which sets the editor into a mode where if the next command is a kill, it will append into the kill-ring.
static class BasicEditorKit.EmacsBackwardKillWordAction
          The EmacsBackwardKillWordAction implementation of the action for killing until the previous start of a word and adding or prepending it to the Emacs kill ring.
static class BasicEditorKit.EmacsKillLineAction
          The EmacsKillLineAction implementation of the action for killing the line and adding or appending it to the Emacs kill ring.
static class BasicEditorKit.EmacsKillRegionAction
          The EmacsKillRegionAction implementation of the action for killing the region (or doing a kill-ring-save) between the point and mark and adding or appending it to the Emacs kill ring.
static class BasicEditorKit.EmacsKillWordAction
          The EmacsKillWordAction implementation of the action for killing until the next start of a word and adding or appending it to the Emacs kill ring.
 


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

E13403-03

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