Extension SDK 10.1.2

Uses of Class
oracle.javatools.editor.BasicDocument

Packages that use BasicDocument
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.insight The Code Insight package is a subset of the Editor package, and is the starting base for a code insight implementation to provide the user with code assistance features. 
oracle.javatools.editor.language The Language package is a subset of the Editor package, and is the framework for extending the editor with color syntax highlighting, brace matching, and other language or content-specific editing features. 
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.javatools.editor.print The Print package is a subset of the Editor package, and contains a basic Pageable implementation for printing out the contents of a BasicDocument. 
oracle.jdeveloper.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
 

Uses of BasicDocument in oracle.javatools.editor
 

Methods in oracle.javatools.editor with parameters of type BasicDocument
static int Utilities.getRowStart(BasicDocument document, int offset)
          Determines the starting row model position of the row that contains the specified model position.
static int Utilities.getRowEnd(BasicDocument document, int offset)
          Determines the ending row model position of the row that contains the specified model position.
static int Utilities.getWordStart(BasicDocument document, int offset)
          Determines the start of a word for the given model location.
static int Utilities.getWordEnd(BasicDocument document, int offset)
          Determines the end of a word for the given location.
static int Utilities.getNextWordStart(BasicDocument document, int offset)
          Determines the next occurrence of the start of a word for the given location.
static int Utilities.getNextWordEnd(BasicDocument document, int offset)
          Determines the next occurrence of the end of a word for the given location.
static int Utilities.getPreviousWordStart(BasicDocument document, int offset)
          Determines the previous occurrence of the start of a word for the given location.
static int Utilities.getPreviousWordEnd(BasicDocument document, int offset)
          Determines the previous occurrence of the end of a word for the given location.
 void BasicEditorKit.EmacsDeleteHorizontalSpaceAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.EmacsCaseRegionAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.EmacsCaseWordAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.EmacsYankAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
protected  boolean BasicEditorKit.EmacsAppendNextKillAction.killPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document, boolean lastActionWasKill)
          The kill operation to perform when this action is triggered.
protected  boolean BasicEditorKit.EmacsKillRegionAction.killPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document, boolean lastActionWasKill)
          The kill operation to perform when this action is triggered.
protected  boolean BasicEditorKit.EmacsKillLineAction.killPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document, boolean lastActionWasKill)
          The kill operation to perform when this action is triggered.
protected  boolean BasicEditorKit.EmacsBackwardKillWordAction.killPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document, boolean lastActionWasKill)
          The kill operation to perform when this action is triggered.
protected abstract  boolean BasicEditorKit.EmacsKillTypeAction.killPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document, boolean lastActionWasKill)
          The kill operation to perform when this action is triggered.
 void BasicEditorKit.EmacsKillTypeAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
protected  boolean BasicEditorKit.EmacsKillWordAction.killPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document, boolean lastActionWasKill)
          The kill operation to perform when this action is triggered.
 void BasicEditorKit.EmacsMarkBufferAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.EmacsEndAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.EmacsBeginAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.EmacsExchangePointMarkAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
abstract  void EmacsAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered in a BasicEditorPane.
 void BasicEditorKit.EmacsSetMarkAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.ScrollPageDownAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.ScrollPageUpAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.ScrollLineDownAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.ScrollLineUpAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.RecenterLineAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.UnselectAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.SelectAllAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.SelectLineAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.SelectWordAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
protected  void BasicEditorKit.EndAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigation to perform when this action is triggered.
protected  void BasicEditorKit.BeginAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigation to perform when this action is triggered.
protected  void BasicEditorKit.EndLineAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigation to perform when this action is triggered.
protected  void BasicEditorKit.BeginLineAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigation to perform when this action is triggered.
protected  void BasicEditorKit.NextWordAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigation to perform when this action is triggered.
protected  void BasicEditorKit.PreviousWordAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigation to perform when this action is triggered.
protected  void BasicEditorKit.EndWordAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigation to perform when this action is triggered.
protected  void BasicEditorKit.BeginWordAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigation to perform when this action is triggered.
protected  void BasicEditorKit.DownAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigation to perform when this action is triggered.
protected  void BasicEditorKit.UpAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigation to perform when this action is triggered.
protected  void BasicEditorKit.BackwardAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigation to perform when this action is triggered.
protected  void BasicEditorKit.ForwardAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigation to perform when this action is triggered.
protected  void BasicEditorKit.PageDownAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigation to perform when this action is triggered.
 void BasicEditorKit.NavigateAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
protected abstract  void BasicEditorKit.NavigateAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigate operation to perform when this action is triggered.
protected  void BasicEditorKit.PageUpAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigation to perform when this action is triggered.
 void BasicEditorKit.GotoMatchingBraceAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.MacroRecorderAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.ToggleInsertModeAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.WritableAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.ReadOnlyAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.SetLocalTabSizeAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.BeepAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.UntabifyAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.TransposeCharsAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.ToggleCommentsAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.TabifyAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.SortSelectedLines.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.ReverseTabAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.OpenLineAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.InsertTabAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.InsertBreakAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.DeletePreviousWordAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.DeleteNextWordAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.DeleteUntilEOLAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.DeletePrevCharAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.DeleteNextCharAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.DeleteLineAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.BlockIndentOutdentAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.NOPAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.PasteAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.CopyAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.CutAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.DefaultKeyTypedAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
abstract  void BasicAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered in a BasicEditorPane.
static SmartIndentProvider BasicAction.getSmartIndentProvider(BasicEditorPane editor, BasicDocument document)
          Fetch the SmartIndentProvider for the current document.
 

Uses of BasicDocument in oracle.javatools.editor.insight
 

Methods in oracle.javatools.editor.insight that return BasicDocument
 BasicDocument AbstractInsight.getDocument()
          Fetch the underlying document of the editor pane that this Insight instance is installed in.
 

Uses of BasicDocument in oracle.javatools.editor.language
 

Methods in oracle.javatools.editor.language that return BasicDocument
protected  BasicDocument SmartIndentProvider.getDocument()
          Private utility routine to fetch the document.
 BasicDocument AbstractDocumentRenderer.getDocument()
          Convenience method for fetching the document associated with this provider.
 BasicDocument LanguageSupport.getDocument()
          Fetches the document associated with this LanguageSupport instance.
 BasicDocument AbstractLanguageSupport.getDocument()
          Fetches the document associated with this LanguageSupport instance.
 

Methods in oracle.javatools.editor.language with parameters of type BasicDocument
 void LanguageSupport.install(BasicDocument document)
          Associates this LanguageSupport instance with a specific document.
 void AbstractLanguageSupport.install(BasicDocument document)
          Associates this LanguageSupport instance with a specific document.
 

Uses of BasicDocument in oracle.javatools.editor.plugins
 

Methods in oracle.javatools.editor.plugins that return BasicDocument
protected  BasicDocument DropTargetPlugin.getDocument()
          Fetch the document of the editor.
 

Uses of BasicDocument in oracle.javatools.editor.print
 

Constructors in oracle.javatools.editor.print with parameters of type BasicDocument
EditorPageable(java.lang.String fileName, BasicDocument document, PrintOptions printOptions, java.awt.print.PageFormat pageFormat)
          Construct a new EditorPageable that will be used for printing a document.
 

Uses of BasicDocument in oracle.jdeveloper.ceditor
 

Methods in oracle.jdeveloper.ceditor that return BasicDocument
protected  BasicDocument DropHandlerPlugin.getDocument()
          Fetch the document of the editor.
 


Extension SDK

 

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