public abstract class Fold extends Object
Methods of this class can be called in any thread.
Modifier and Type | Method and Description |
---|---|
void |
collapse()
Collapse the fold.
|
void |
expand()
Expand the fold.
|
abstract void |
setExpanded(boolean expanded)
Set fold expansion state.
|