|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Status.Position | |
|---|---|
| org.apache.shale.dialog | Simple dialog management for Shale. |
| org.apache.shale.dialog.impl | Dialog API Base Implementation Classes. |
| Uses of Status.Position in org.apache.shale.dialog |
|---|
| Methods in org.apache.shale.dialog that return Status.Position | |
|---|---|
Status.Position |
Status.peek()
Return a Status.Position representing the currently executing
dialog and state (if any); otherwise, return null. |
Status.Position |
Status.pop()
Pop the currently executing Status.Position and return the
previously executing Status.Position (if any); otherwise, return
null. |
| Methods in org.apache.shale.dialog with parameters of type Status.Position | |
|---|---|
void |
Status.push(Status.Position position)
Push the specified Status.Position, making it the currently
executing one. |
| Uses of Status.Position in org.apache.shale.dialog.impl |
|---|
| Methods in org.apache.shale.dialog.impl that return Status.Position | |
|---|---|
Status.Position |
StatusImpl.peek()
Return a |
Status.Position |
StatusImpl.pop()
Pop the currently executing |
| Methods in org.apache.shale.dialog.impl with parameters of type Status.Position | |
|---|---|
void |
StatusImpl.push(Status.Position position)
Push the specified |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||