Interface | Description |
---|---|
FoldHierarchyListener |
Listener for changes in the fold hierarchy.
|
FoldType.Domain |
Represents a value set of
FoldType s for one MIME type. |
Class | Description |
---|---|
Fold |
Fold is a building block of the code folding tree-based hierarchy.
|
FoldHierarchy |
Hierarchy of the folds for a single text component represents
a model of the code-folding.
|
FoldHierarchyEvent |
Event describing the changes done in the hierarchy.
|
FoldingSupport |
This utility class collects APIs to create default implementations
of various pieces of infrastructure.
|
FoldStateChange |
Information about state changes made in a particular fold.
|
FoldTemplate |
Template that describes how the fold should appear and interact with the
user.
|
FoldType |
Each
Fold is identified by its fold type. |
FoldUtilities |
Various utility methods for dealing with the folds.
|