Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

EclipseJDT Plug-in Developer Guide
Previous Page Home Next Page


Eclipse JDT
Release 3.5

Package org.eclipse.jdt.ui.text.folding

Application programming interfaces for interaction with the Eclipse Java Editor folding.

See:
           Description

Interface Summary
IJavaFoldingPreferenceBlock Contributors to the org.eclipse.jdt.ui.foldingStructureProvider extension point can specify an implementation of this interface to be displayed on the Java > Editor > Folding preference page.
IJavaFoldingStructureProvider Contributors to the org.eclipse.jdt.ui.foldingStructureProvider extension point must specify an implementation of this interface which will create and maintain ProjectionAnnotation objects that define folded regions in the ProjectionViewer.
IJavaFoldingStructureProviderExtension Extends IJavaFoldingStructureProvider with the following functions: collapsing of comments and members expanding and collapsing of certain java elements
 

Class Summary
DefaultJavaFoldingStructureProvider Updates the projection model of a class file or compilation unit.
DefaultJavaFoldingStructureProvider.JavaProjectionAnnotation A ProjectionAnnotation for java code.
 

Package org.eclipse.jdt.ui.text.folding Description

Application programming interfaces for interaction with the Eclipse Java Editor folding.

Package Specification

Interfaces and a default implementation for contributions to the org.eclipse.jdt.ui.foldingStructureProviders extension point.


Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire