All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ice.htmlbrowser.ICEBrowser

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----ice.htmlbrowser.ICEBrowser

public class ICEBrowser
extends Applet
implements Externalizable, WindowListener, ActionListener, PropertyChangeListener

Constructor Index

 o ICEBrowser()
Make a new ICE Browser component.
 o ICEBrowser(String, Frame)
Make a new ICE Browser component and got to a location.

Method Index

 o actionPerformed(ActionEvent)
 o getBrowser()
 o getCurrentLocation()
 o getVersion()
 o init()
 o isVisibleControl()
 o isVisibleStatus()
 o main(String[])
 o propertyChange(PropertyChangeEvent)
 o readExternal(ObjectInput)
 o setCurrentLocation(String)
 o setVersion(String)
 o setVisibleControl(boolean)
 o setVisibleStatus(boolean)
 o start()
 o stop()
 o windowActivated(WindowEvent)
 o windowClosed(WindowEvent)
 o windowClosing(WindowEvent)
 o windowDeactivated(WindowEvent)
 o windowDeiconified(WindowEvent)
 o windowIconified(WindowEvent)
 o windowOpened(WindowEvent)
 o writeExternal(ObjectOutput)

Constructors

 o ICEBrowser
 public ICEBrowser()
Make a new ICE Browser component.

 o ICEBrowser
 public ICEBrowser(String start_loc,
                   Frame appFrame)
Make a new ICE Browser component and got to a location. Note that if you do not provide a Frame as a parameter the title-bar and icon of your main application will not change.

Methods

 o main
 public static void main(String args[])
 o getBrowser
 public Browser getBrowser()
 o init
 public void init()
Overrides:
init in class Applet
 o start
 public void start()
Overrides:
start in class Applet
 o stop
 public void stop()
Overrides:
stop in class Applet
 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o propertyChange
 public void propertyChange(PropertyChangeEvent e)
 o windowClosing
 public void windowClosing(WindowEvent e)
 o windowClosed
 public void windowClosed(WindowEvent ev)
 o windowOpened
 public void windowOpened(WindowEvent ev)
 o windowIconified
 public void windowIconified(WindowEvent ev)
 o windowDeiconified
 public void windowDeiconified(WindowEvent ev)
 o windowActivated
 public void windowActivated(WindowEvent ev)
 o windowDeactivated
 public void windowDeactivated(WindowEvent ev)
 o getVersion
 public String getVersion()
 o setVersion
 public void setVersion(String str)
 o getCurrentLocation
 public String getCurrentLocation()
 o setCurrentLocation
 public void setCurrentLocation(String loc)
 o setVisibleStatus
 public void setVisibleStatus(boolean flag)
 o isVisibleStatus
 public boolean isVisibleStatus()
 o setVisibleControl
 public void setVisibleControl(boolean flag)
 o isVisibleControl
 public boolean isVisibleControl()
 o writeExternal
 public void writeExternal(ObjectOutput out)
 o readExternal
 public void readExternal(ObjectInput in)

All Packages  Class Hierarchy  This Package  Previous  Next  Index