public interface IJavaFoldingStructureProviderExtension
IJavaFoldingStructureProvider
with the following
functions:
Modifier and Type | Method and Description |
---|---|
void |
collapseComments()
Collapses all comments.
|
void |
collapseElements(IJavaScriptElement[] elements)
Collapses the given elements.
|
void |
collapseMembers()
Collapses all members except for top level types.
|
void |
expandElements(IJavaScriptElement[] elements)
Expands the given elements.
|
void collapseMembers()
void collapseComments()
void collapseElements(IJavaScriptElement[] elements)
elements
- the JavaScript elements to collapse (the array and its elements must not be
modified)void expandElements(IJavaScriptElement[] elements)
elements
- the JavaScript elements to expand (the array and its elements must not be modified)Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.