|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarkedRequest | |
---|---|
it.eng.spago.navigation |
Uses of MarkedRequest in it.eng.spago.navigation |
---|
Methods in it.eng.spago.navigation that return MarkedRequest | |
---|---|
MarkedRequest |
LightNavigator.goBackToMark(java.lang.String mark)
Retrieves the more recent MarkedRequest object in the stack with the mark passed at input
and deletes the more recent MarkedRequest objects present in the stack. |
MarkedRequest |
LightNavigator.goBackToPosition(int i)
Retrieves the MarkedRequest object at the desired position in the stack and deletes
the more recent MarkedRequest objects present in the stack. |
Methods in it.eng.spago.navigation with parameters of type MarkedRequest | |
---|---|
void |
LightNavigator.add(MarkedRequest markedRequest)
Adds a MarkedRequest element to the stack. |
void |
LightNavigator.replaceLast(MarkedRequest markedRequest)
Deletes the more recent MarkedRequest object in the stack and adds
the MarkedRequest passed at input in the first position of the stack. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |