WebBannerWinclass | browser.t[737] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
This class is designed to be mixed with a WebWindow subclass.
This isn't a complete replacement for BannerWindow, because the layout model for the Web UI is different from the banner window model (the Web UI model is better and more flexible). This class implements the parts of the BannerWindow API related to the stream-oriented output to the window, so you shouldn't have to change anything that writes HTML text to the window. However, you will have to rework code that sets up the window's layout to use the Web UI model.
class
WebBannerWin : OutputStreamWindow
WebBannerWin
OutputStreamWindow
object
Inherited from OutputStreamWindow
:
outputStream_
createOutputStreamObj
flushBanner
init
setSize
sizeToContents
writeToBanner
Inherited from OutputStreamWindow
:
captureOutput
createOutputStream
setOutputStream
createOutputStreamObj ( ) OVERRIDDEN | browser.t[748] |
flushBanner ( ) | browser.t[754] |
init ( ) | browser.t[741] |
setSize (siz, units, advisory) | browser.t[770] |
sizeToContents ( ) | browser.t[771] |
writeToBanner (txt) | browser.t[760] |