public interface IJavaFoldingStructureProviderExtension
IJavaFoldingStructureProvider
with the following
functions:
Modifier and Type | Method and Description |
---|---|
void |
collapseComments()
Collapses all comments.
|
void |
collapseElements(IJavaElement[] elements)
Collapses the given elements.
|
void |
collapseMembers()
Collapses all members except for top level types.
|
void |
expandElements(IJavaElement[] elements)
Expands the given elements.
|
void collapseMembers()
void collapseComments()
void collapseElements(IJavaElement[] elements)
elements
- the java elements to collapse (the array and its elements must not be
modified)void expandElements(IJavaElement[] elements)
elements
- the java elements to expand (the array and its elements must not be modified)
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.