|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SequenceManager
Sequence manager.
| Method Summary | |
|---|---|
void |
chain(java.lang.String link)
Chains the current element with the specified element. |
void |
chain(java.lang.String name,
java.lang.String link)
Chains the name specified elements. |
void |
clear()
Clears all sequence manager information, including the first and current references. |
void |
clearSequence()
Clears all sequence manager information. |
java.lang.String |
getCurrent()
Gets the name of the current element. |
java.lang.String |
getFirst()
Gets the name of the first element. |
java.lang.String |
getNext()
Gets the name of the element that succeeds the current element. |
java.lang.String |
getNext(java.lang.String name)
Gets the name of the element that succeeds the specified element. |
java.lang.String |
getPrevious()
Gets the name of the element that preceeds the current element. |
java.lang.String |
getPrevious(java.lang.String name)
Gets the name of the element that preceeds the specified element. |
void |
remove(java.lang.String name)
Removes an element from the sequence manager. |
void |
setCurrent(java.lang.String current)
Sets the name of the current element. |
void |
setFirst(java.lang.String first)
Sets the name of the first element. |
void |
setNext(java.lang.String link)
Sets the name of the element that succeeds the current element. |
void |
setNext(java.lang.String name,
java.lang.String link)
Sets the name of the element that succeeds the specified element. |
void |
setPrevious(java.lang.String link)
Sets the name of the element that preceeds the current element. |
void |
setPrevious(java.lang.String name,
java.lang.String link)
Sets the name of the element that preceeds the specified element. |
| Method Detail |
|---|
java.lang.String getFirst()
void setFirst(java.lang.String first)
java.lang.String getCurrent()
void setCurrent(java.lang.String current)
java.lang.String getNext()
java.lang.String getPrevious()
java.lang.String getNext(java.lang.String name)
name - Name of the element or null for the current element
java.lang.String getPrevious(java.lang.String name)
name - Name of the element or null for the current element
void chain(java.lang.String link)
link - Name of the successor or null if this element is the last element
void chain(java.lang.String name,
java.lang.String link)
name - Name of the element or null for the current elementlink - Name of the successor or null if this element is the last elementvoid setNext(java.lang.String link)
link - Name of the successor or null if this element is the last element
void setNext(java.lang.String name,
java.lang.String link)
name - Name of the element or null for the current elementlink - Name of the successor or null if this element is the last elementvoid setPrevious(java.lang.String link)
link - Name of the predecessor or null if this element is the first element
void setPrevious(java.lang.String name,
java.lang.String link)
name - Name of the element or null for the current elementlink - Name of the predecessor or null if this element is the first elementvoid remove(java.lang.String name)
name - Name of the element or null for the current elementvoid clearSequence()
void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||