Interface | Description |
---|---|
ContentReader |
Callback interface, which is called to extract description for a fold.
|
ContentReader.Factory |
Factory, which produces ContentReader instance(s) appropriate for the fold type.
|
FoldHierarchyMonitor |
Allows to initialize fold-based supports when folding is provided for
a document or text component.
|
FoldManager |
Fold manager maintains folds in the hierarchy for which it is constructed.
|
FoldManagerFactory |
This factory interface allows to produce
FoldManager
instance for the given fold. |
FoldTypeProvider |
Provider of FoldType constants for the MimeType.
|
Class | Description |
---|---|
FoldHierarchyTransaction |
Class encapsulating a modification
of the code folding hierarchy.
|
FoldInfo |
The FoldInfo encapsulates the information passed to the
FoldOperation.addToHierarchy(FoldType, int, int, Boolean, FoldTemplate, String, Object, FoldHierarchyTransaction) . |
FoldOperation |
Fold operation represents services
provided to an individual fold manager.
|