Skip navigation links

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

E17493-04


Uses of Interface
oracle.javatools.editor.folding.FoldingBlock

Packages that use FoldingBlock
oracle.javatools.editor.folding Provides classes and interfaces for supporting collapsible source code blocks in the code editor. 

 

Uses of FoldingBlock in oracle.javatools.editor.folding

 

Classes in oracle.javatools.editor.folding that implement FoldingBlock
 class AbstractFoldingBlock
          Defines common behavior for an object that describes a collapsible source code block in a code folding data model.
 class DefaultFoldingBlock
          A general-purpose implementation describing a collapsible source code block in the code editor.

 

Methods in oracle.javatools.editor.folding that return FoldingBlock
protected  FoldingBlock DefaultCodeFoldingModel.getEnclosingDescendant(FoldingBlock block, int offset)
           
protected  FoldingBlock DefaultCodeFoldingModel.getFirstDescendantAtLine(FoldingBlock block, int line)
           
 FoldingBlock AbstractFoldingBlock.getParent()
           
 FoldingBlock FoldingBlock.getParent()
          Returns the block that contains this source code block.

 

Methods in oracle.javatools.editor.folding that return types with arguments of type FoldingBlock
 java.util.Iterator<FoldingBlock> AbstractFoldingBlock.getChildren()
           
 java.util.Iterator<FoldingBlock> FoldingBlock.getChildren()
          Returns an iterator over the child blocks contained directly by this source code block.

 

Methods in oracle.javatools.editor.folding with parameters of type FoldingBlock
 void AbstractFoldingBlock.add(FoldingBlock child)
           
 void FoldingBlock.add(FoldingBlock child)
          Adds the specified child block to this source code block.
protected  void DefaultCodeFoldingModel.fireStructureChanged(FoldingBlock block)
           
protected  void DefaultCodeFoldingModel.getCollapsedDescendants(FoldingBlock block, java.util.Collection collapsed)
           
protected  FoldingBlock DefaultCodeFoldingModel.getEnclosingDescendant(FoldingBlock block, int offset)
           
protected  FoldingBlock DefaultCodeFoldingModel.getFirstDescendantAtLine(FoldingBlock block, int line)
           
 void AbstractFoldingBlock.remove(FoldingBlock child)
           
 void FoldingBlock.remove(FoldingBlock child)
          Removes the specified child block from this source code block.
 void AbstractFoldingBlock.setParent(FoldingBlock parent)
           
 void FoldingBlock.setParent(FoldingBlock parent)
          Sets the block that contains this source code block.

 


Skip navigation links

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

E17493-04


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