|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.swing.components.wizard.SequenceManagerImpl
public class SequenceManagerImpl
Sequence manager implementation.
| Constructor Summary | |
|---|---|
SequenceManagerImpl()
Default constructor. |
|
| 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 specified elements. |
void |
clear()
Clears all sequence manager information, including the first and current references. |
void |
clearSequence()
Clears all sequence manager information. |
java.lang.Object |
clone()
Creates a clone of this object. |
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. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SequenceManagerImpl()
| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException - If the cloning of one of the contained members failedpublic java.lang.String getFirst()
getFirst in interface SequenceManagerpublic void setFirst(java.lang.String first)
setFirst in interface SequenceManagerpublic java.lang.String getCurrent()
getCurrent in interface SequenceManagerpublic void setCurrent(java.lang.String current)
setCurrent in interface SequenceManagerpublic java.lang.String getNext()
getNext in interface SequenceManagerpublic java.lang.String getPrevious()
getPrevious in interface SequenceManagerpublic java.lang.String getNext(java.lang.String name)
getNext in interface SequenceManagername - Name of the element or null for the current element
public java.lang.String getPrevious(java.lang.String name)
getPrevious in interface SequenceManagername - Name of the element or null for the current element
public void chain(java.lang.String link)
chain in interface SequenceManagerlink - Name of the successor or null if this element is the last element
public void chain(java.lang.String name,
java.lang.String link)
chain in interface SequenceManagername - Name of the element or null for the current elementlink - Name of the successor or null if this element is the last elementpublic void setNext(java.lang.String link)
setNext in interface SequenceManagerlink - Name of the successor or null if this element is the last element
public void setNext(java.lang.String name,
java.lang.String link)
setNext in interface SequenceManagername - Name of the element or null for the current elementlink - Name of the successor or null if this element is the last elementpublic void setPrevious(java.lang.String link)
setPrevious in interface SequenceManagerlink - Name of the predecessor or null if this element is the first element
public void setPrevious(java.lang.String name,
java.lang.String link)
setPrevious in interface SequenceManagername - Name of the element or null for the current elementlink - Name of the predecessor or null if this element is the first elementpublic void remove(java.lang.String name)
remove in interface SequenceManagername - Name of the page to removepublic void clearSequence()
clearSequence in interface SequenceManagerpublic void clear()
clear in interface SequenceManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||