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

E13403-07

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

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

Subclasses of BasicEditorKit.NavigateAction in oracle.javatools.editor
static class BasicEditorKit.BackwardAction
          The BackwardAction implementation of the action for moving the caret logically backward one position, possibly extending the selection.
static class BasicEditorKit.BeginAction
          The BeginAction implementation of the action for moving the caret to the begining of the document, possibly extending the selection.
static class BasicEditorKit.BeginLineAction
          The BeginLineAction implementation of the action for moving the caret to the begining of a line, possibly extending the selection.
static class BasicEditorKit.BeginWordAction
          The BeginWordAction implementation of the action for moving the caret to the begining of a word, possibly extending the selection.
static class BasicEditorKit.DownAction
          The DownAction implementation of the action for moving the caret logically down one position, possibly extending the selection.
static class BasicEditorKit.EndAction
          The EndAction implementation of the action for moving the caret to the begining of the document, possibly extending the selection.
static class BasicEditorKit.EndLineAction
          The EndLineAction implementation of the action for moving the caret to the end of a line, possibly extending the selection.
static class BasicEditorKit.EndWordAction
          The EndWordAction implementation of the action for moving the caret to the end of a word, possibly extending the selection.
static class BasicEditorKit.ForwardAction
          The ForwardAction implementation of the action for moving the caret logically forward one position, possibly extending the selection.
static class BasicEditorKit.NextWordAction
          The NextWordAction implementation of the action for moving the caret to the next occurrence of a word start or end, possibly extending the selection.
static class BasicEditorKit.PageDownAction
          The PageDownAction implementation of the action to page down vertically, and possibly move the selection.
static class BasicEditorKit.PageUpAction
          The PageUpAction implementation of the action to page up vertically, and possibly move the selection.
static class BasicEditorKit.PreviousWordAction
          The PreviousWordAction implementation of the action for moving the caret to the previous occurrence of a word start or end, possibly extending the selection.
static class BasicEditorKit.UpAction
          The UpAction implementation of the action for moving the caret logically up one position, possibly extending the selection.
 


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

E13403-07

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