Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.javatools.editor.BasicDocument

Packages that use BasicDocument
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
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.folding Provides classes and interfaces for supporting collapsible source code blocks in the code editor. 
oracle.javatools.editor.gutter The Line Gutter package is a subset of the Editor package, and contains API for working with a Gutter associated with an editor pane. 
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. 
 

Uses of BasicDocument in oracle.ide.ceditor
 

Methods in oracle.ide.ceditor that return BasicDocument
protected  BasicDocument AbstractEditingPlugin.getDocument()
          Utility routine to fetch the document being edited.
protected  BasicDocument DropHandlerPlugin.getDocument()
          Fetch the document of the editor.
 

Uses of BasicDocument in oracle.javatools.editor
 

Methods in oracle.javatools.editor with parameters of type BasicDocument
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.
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.
 void BasicEditorKit.CutAction.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.PasteAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.ExtendedPasteAction.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.BlockIndentOutdentAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.ConvertSelectionCaseAction.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.
 void BasicEditorKit.JoinLineAction.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.DeleteNextCharAction.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.DeleteUntilEOLAction.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.DeletePreviousWordAction.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.InsertTabAction.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.ReverseTabAction.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.TrimWhitespaceAction.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.TransposeCharsAction.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.BeepAction.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.ReadOnlyAction.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.ToggleInsertModeAction.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.GotoMatchingBraceAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigate operation 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.
 void BasicEditorKit.SelectWordAction.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.SelectAllAction.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.RecenterLineAction.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.ScrollLineDownAction.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.ScrollPageDownAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.EmacsSetMarkAction.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.
 void BasicEditorKit.EmacsBeginAction.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.EmacsMarkBufferAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The 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.
 void BasicEditorKit.EmacsYankAction.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.EmacsCaseRegionAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
 void BasicEditorKit.EmacsDeleteHorizontalSpaceAction.actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The operation to perform when this action is triggered.
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.getNextWordStart(BasicDocument document, int offset)
          Determines the next 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.
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.getRowEnd(BasicDocument document, int offset)
          Determines the ending row model position of the row that contains the specified model position.
static int Utilities.getRowStart(BasicDocument document, int offset)
          Determines the starting row model position of the row that contains the specified model position.
static SmartIndentProvider BasicAction.getSmartIndentProvider(BasicEditorPane editor, BasicDocument document)
          Fetch the SmartIndentProvider for the current document.
static int Utilities.getWordEnd(BasicDocument document, int offset)
          Determines the end of a word for the given location.
static int Utilities.getWordStart(BasicDocument document, int offset)
          Determines the start of a word for the given model location.
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.
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.
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  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.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.EmacsAppendNextKillAction.killPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document, boolean lastActionWasKill)
          The kill operation to perform when this action is triggered.
protected  void EmacsWriteAction.lock(BasicDocument document)
           
protected  void BasicAction.lock(BasicDocument document)
           
protected  void BasicWriteAction.lock(BasicDocument document)
           
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.
protected  void BasicEditorKit.PageDownAction.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.BackwardAction.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.DownAction.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.EndWordAction.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.NextWordAction.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.EndLineAction.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.EndAction.navigatePerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
          The navigation to perform when this action is triggered.
protected  void EmacsWriteAction.unlock(BasicDocument document)
           
protected  void BasicAction.unlock(BasicDocument document)
           
protected  void BasicWriteAction.unlock(BasicDocument document)
           
 

Uses of BasicDocument in oracle.javatools.editor.folding
 

Fields in oracle.javatools.editor.folding declared as BasicDocument
protected  BasicDocument DefaultCodeFoldingModel.document
           
 

Methods in oracle.javatools.editor.folding that return BasicDocument
 BasicDocument DefaultCodeFoldingModel.getDocument()
           
protected  BasicDocument CodeFoldingMargin.getDocument()
           
 

Constructors in oracle.javatools.editor.folding with parameters of type BasicDocument
DefaultCodeFoldingModel(BasicDocument document)
           
 

Uses of BasicDocument in oracle.javatools.editor.gutter
 

Methods in oracle.javatools.editor.gutter with parameters of type BasicDocument
protected  void LineGutterPlugin.deinstallDocument(BasicDocument document)
          Utility routine which takes care of stopping the tracking on the given document.
protected  void LineGutterPlugin.installDocument(BasicDocument document)
          Utility routine which takes care of starting to track the given 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
 BasicDocument AbstractLanguageSupport.getDocument()
          Fetches the document associated with this LanguageSupport instance.
protected  BasicDocument SmartIndentProvider.getDocument()
          Private utility routine to fetch the document.
 BasicDocument LanguageSupport.getDocument()
          Fetches the document associated with this LanguageSupport instance.
 BasicDocument AbstractDocumentRenderer.getDocument()
          Convenience method for fetching the document associated with this provider.
 

Methods in oracle.javatools.editor.language with parameters of type BasicDocument
 void AbstractLanguageSupport.install(BasicDocument document)
          Associates this LanguageSupport instance with a specific document.
 void LanguageSupport.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 AbstractFoldingMargin.getDocument()
          Fetch the document for the current installed editor apen.
protected  BasicDocument AbstractClickPlugin.getDocument()
          Fetch the BasicDocument instance that is being edited
protected  BasicDocument AbstractEditorPlugin.getDocument()
          Fetch the document for the current installed editor apen.
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.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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