org.mozilla.webclient
Interface BrowserControlICE

All Superinterfaces:
BrowserControl

public interface BrowserControlICE
extends BrowserControl

This interface contains methods that pertain to the specific underlying browser implemantation type. These methods are the union of all such methods for underlying browser implementations. For example, the ICE browser needs methods setICEProps(), getStormBase, getViewPort(). In the mozilla implementation, these methods do nothing.


Field Summary
 
Fields inherited from interface org.mozilla.webclient.BrowserControl
BOOKMARKS_NAME, BROWSER_CONTROL_CANVAS_NAME, BROWSER_TYPE_NATIVE, BROWSER_TYPE_NON_NATIVE, CACHE_MANAGER_NAME, CURRENT_PAGE_NAME, EVENT_REGISTRATION_NAME, EXTENDED_EVENT_REGISTRATION_NAME, HISTORY_NAME, NAVIGATION_NAME, PREFERENCES_NAME, PRINT_NAME, PROFILE_MANAGER_NAME, WINDOW_CONTROL_NAME
 
Method Summary
 java.lang.Object getStormBase()
           
 java.lang.Object getViewPort()
           
 void setICEProps(java.lang.Object base, java.lang.Object viewport)
          These 3 methods, setICEProps, getStormBase and getViewPort are for Webclient embedding the ICE browser.
 
Methods inherited from interface org.mozilla.webclient.BrowserControl
queryInterface
 

Method Detail

setICEProps

void setICEProps(java.lang.Object base,
                 java.lang.Object viewport)
These 3 methods, setICEProps, getStormBase and getViewPort are for Webclient embedding the ICE browser. For Gecko or IE, these methods are to be ignored


getStormBase

java.lang.Object getStormBase()

getViewPort

java.lang.Object getViewPort()


Copyright © 2002-2005 Mozilla.org All Rights Reserved.