|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Page | |
---|---|
eteg.sinon.core | |
eteg.sinon.executor | |
eteg.sinon.listener |
Uses of Page in eteg.sinon.core |
---|
Methods in eteg.sinon.core that return Page | |
---|---|
Page |
Catalog.getPage(java.lang.String id)
Returns the Page whose identifier is id . |
Page[] |
Catalog.getPages()
Returns the value of the pages property. |
Methods in eteg.sinon.core with parameters of type Page | |
---|---|
void |
Catalog.addPage(Page page)
Adds a Page to this catalog. |
void |
Catalog.removePage(Page page)
Removes a Page from this catalog. |
Uses of Page in eteg.sinon.executor |
---|
Methods in eteg.sinon.executor that return Page | |
---|---|
Page |
CollectorExecutor.getCurrentPage()
Returns the Page being executed. |
Uses of Page in eteg.sinon.listener |
---|
Methods in eteg.sinon.listener with parameters of type Page | |
---|---|
java.util.Properties |
PromptListener.onPrompt(Prompt prompt,
CollectorExecutor executor,
Catalog catalog,
Page page)
Handles an interaction with an user. |
void |
PageStateListener.onStateChange(Page page,
PageState state,
CatalogStateListener catalogStateListener,
CollectorExecutor executor)
Invoked when the state of a listened page changes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |