|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fold | |
|---|---|
| org.fife.ui.rsyntaxtextarea | |
| org.fife.ui.rsyntaxtextarea.folding | |
| Uses of Fold in org.fife.ui.rsyntaxtextarea |
|---|
| Methods in org.fife.ui.rsyntaxtextarea with parameters of type Fold | |
|---|---|
void |
RSyntaxTextArea.foldToggled(Fold fold)
Called whenever a fold is collapsed or expanded. |
| Uses of Fold in org.fife.ui.rsyntaxtextarea.folding |
|---|
| Methods in org.fife.ui.rsyntaxtextarea.folding that return Fold | |
|---|---|
Fold |
Fold.createChild(int type,
int startOffs)
Creates a fold that is a child of this one. |
Fold |
Fold.getChild(int index)
Returns a specific child fold. |
Fold |
FoldManager.getDeepestFoldContaining(int offs)
Returns the "deepest" nested fold containing the specified offset. |
Fold |
FoldManager.getDeepestOpenFoldContaining(int offs)
Returns the "deepest" open fold containing the specified offset. |
Fold |
FoldManager.getFold(int index)
Returns a specific top-level fold, which may have child folds. |
Fold |
FoldManager.getFoldForLine(int line)
Returns the fold region that starts at the specified line. |
Fold |
Fold.getLastChild()
Returns the last child fold. |
Fold |
Fold.getParent()
Returns the parent fold of this one. |
| Methods in org.fife.ui.rsyntaxtextarea.folding with parameters of type Fold | |
|---|---|
protected void |
FoldCollapser.collapseImpl(Fold fold)
Collapses the specified fold, and any of its child folds, as appropriate. |
boolean |
FoldCollapser.getShouldCollapse(Fold fold)
Returns whether a specific fold should be collapsed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||