Package org.eclipse.jdt.ui.text.folding
Application programming interfaces for interaction with the Eclipse Java Editor folding.
Package Specification
Interfaces and a default implementation for contributions to theorg.eclipse.jdt.ui.foldingStructureProviders extension point.-
Interface Summary Interface Description IJavaFoldingPreferenceBlock Contributors to theorg.eclipse.jdt.ui.foldingStructureProviderextension point can specify an implementation of this interface to be displayed on the Java > Editor > Folding preference page.IJavaFoldingStructureProvider Contributors to theorg.eclipse.jdt.ui.foldingStructureProviderextension point must specify an implementation of this interface which will create and maintainProjectionAnnotationobjects that define folded regions in theProjectionViewer.IJavaFoldingStructureProviderExtension ExtendsIJavaFoldingStructureProviderwith the following functions: collapsing of comments and members expanding and collapsing of certain java elements -
Class Summary Class Description DefaultJavaFoldingStructureProvider Updates the projection model of a class file or compilation unit.DefaultJavaFoldingStructureProvider.JavaProjectionAnnotation AProjectionAnnotationfor java code.