|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FoldingSpan
An interface to represent a code folding span in the document.
Method Summary | |
---|---|
String |
getDescription()
Gets the placeholder text that will be displayed when the code folding is collapsed. |
boolean |
isExpanded()
Checks if the code folding span is expand. |
void |
setExpanded(boolean expanded)
Expands the code folding. |
Methods inherited from interface com.jidesoft.editor.Span |
---|
getEndOffset, getStartOffset, isValid |
Method Detail |
---|
void setExpanded(boolean expanded)
expanded
- boolean isExpanded()
String getDescription()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |