| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 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.  | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||