fable.gui
Class BrowserView

java.lang.Object
  extended by Composite
      extended by fable.gui.AbstractBrowserView
          extended by fable.gui.BrowserView

public class BrowserView
extends AbstractBrowserView

BrowserView class fully functional with message handling behavior.

Author:
Wonsik Kim, Christopher Moh

Constructor Summary
BrowserView(Composite parent, java.lang.String defaultURL, FableManager fbm)
          Construct a new BrowserView object with its parent and default URL.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserView

public BrowserView(Composite parent,
                   java.lang.String defaultURL,
                   FableManager fbm)
Construct a new BrowserView object with its parent and default URL.

Parameters:
parent - parent of this BrowserView.
defaultURL - default URL of this BrowserView.
fbm - Overall FableManager
Requires:
parent, defaultURL, fbm != null
Effects:
creates a new BrowserView
Modifies:
this