Modifier and Type | Method | Description |
---|---|---|
FoldHandle |
FoldHandle.getCurrentNestedFold() |
Get current nested fold.
|
FoldHandle |
FoldHandle.getLastNestedFold() |
Get handle created by the last invocation of
startFold(boolean)
or silentStartFold(boolean) . |
FoldHandle |
FoldHandle.silentStartFold(boolean expanded) |
Similar to
startFold(boolean) , but no exception is thrown if the
fold is already finished, as well as if an unfinished nested fold exists. |
FoldHandle |
FoldHandle.startFold(boolean expanded) |
Start a nested fold at the current last line in output window.
|
static FoldHandle |
IOFolding.startFold(InputOutput io,
boolean expanded) |
Create a fold handle for the current last line in the output window.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.