|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FoldInfo
The FoldInfo interface represents a node in the fold info hierarchy of a foldable element.
Foldable| Method Summary | |
|---|---|
int |
getID()
Returns the id of the element in this fold info node. |
java.lang.String |
getIndex()
Returns the index value of the element in this fold info node. |
java.util.Vector |
getNextFoldInfos()
Returns the next fold info node in the fold info hierarchy. |
void |
setID(int id)
Sets the id of the element in this fold info node. |
void |
setIndex(java.lang.String index)
Sets the index of the element in this fold info node. |
void |
setNextFoldInfo(FoldInfo nextFoldInfo)
Sets the next fold infos. |
void |
setNextFoldInfos(java.util.Vector nextfoldtree)
Sets the next fold infos. |
| Method Detail |
|---|
int getID()
void setID(int id)
id - the id of the element in this fold info nodejava.lang.String getIndex()
void setIndex(java.lang.String index)
index - the index value of the element in this fold info nodejava.util.Vector getNextFoldInfos()
void setNextFoldInfos(java.util.Vector nextfoldtree)
nextfoldtree - the child fold tree.void setNextFoldInfo(FoldInfo nextFoldInfo)
nextFoldInfo - the next fold info node in the fold info hierarchy.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||