Package org.eclipse.jdt.ui.text.folding
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.-
ClassDescriptionUpdates the projection model of a class file or compilation unit.A
ProjectionAnnotation
for java code.Contributors to theorg.eclipse.jdt.ui.foldingStructureProvider
extension point can specify an implementation of this interface to be displayed on the Java > Editor > Folding preference page.Contributors to theorg.eclipse.jdt.ui.foldingStructureProvider
extension point must specify an implementation of this interface which will create and maintainProjectionAnnotation
objects that define folded regions in theProjectionViewer
.ExtendsIJavaFoldingStructureProvider
with the following functions: collapsing of comments and members expanding and collapsing of certain java elements