|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBrowserHandler
The handler property¡¯s value stands for a class which implements com.ibm.btt.rcp.workingarea.core.IBrowserHandler.
Notes: If need to access the content of the browser,
you must add a ProgressListener to the browser and override the completed method.
Because after the loading of the web page, we can get all the elements in the page.
Method Summary | |
---|---|
void |
handle(Browser browser)
Handling logic when browser widget initialized Notes: If need to access the content of the browser, you must add a ProgressListener to the browser and override the completed method. |
Method Detail |
---|
void handle(Browser browser)
browser
- BTT browser widget
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |