|
org.netbeans.modules.editor.fold/1 1.5.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.api.editor.fold.FoldStateChange
public final class FoldStateChange
Information about state changes made in a particular fold.
Zero or more of the state change instances can be part of a particular
FoldHierarchyEvent.
It can be extended to carry additional information specific to particular fold types.
| Method Summary | |
|---|---|
Fold |
getFold()
Get the fold that has changed its state. |
int |
getOriginalEndOffset()
Return the original end offset of the fold prior to change to the current end offset that the fold has now. |
int |
getOriginalStartOffset()
Return the original start offset of the fold prior to change to the current start offset that the fold has now. |
boolean |
isCollapsedChanged()
Has the collapsed flag of the fold (returned by getFold()) changed? |
boolean |
isDescriptionChanged()
Has the text description of the collapsed fold (returned by getFold()) changed? |
boolean |
isEndOffsetChanged()
Has the end offset of the fold (returned by getFold()) changed? |
boolean |
isStartOffsetChanged()
Has the start offset of the fold (returned by getFold()) changed? |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Fold getFold()
public boolean isCollapsedChanged()
getFold()) changed?
public boolean isStartOffsetChanged()
getFold()) changed?
public int getOriginalStartOffset()
public boolean isEndOffsetChanged()
getFold()) changed?
public int getOriginalEndOffset()
public boolean isDescriptionChanged()
getFold()) changed?
public String toString()
|
org.netbeans.modules.editor.fold/1 1.5.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||