All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class websphinx.workbench.Workbench

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----websphinx.workbench.Workbench

public class Workbench
extends Panel
implements CrawlListener

Constructor Index

 o Workbench()
 o Workbench(Crawler)
 o Workbench(String)
 o Workbench(URL)

Method Index

 o clear()
 o cleared(CrawlEvent)
Notify that the crawler's state was cleared.
 o finalize()
 o getAdvancedMode()
 o getAllowExit()
 o getCrawler()
 o handleEvent(Event)
 o main(String[])
 o makeFrame()
 o pause()
 o paused(CrawlEvent)
Notify that the crawler was paused.
 o refresh()
 o setAdvancedMode(boolean)
 o setAllowExit(boolean)
 o setCrawler(Crawler)
 o start()
 o started(CrawlEvent)
Notify that the crawler started
 o stop()
 o stopped(CrawlEvent)
Notify that the crawler ran out of links to crawl
 o timedOut(CrawlEvent)
Notify that the crawler timed out.

Constructors

 o Workbench
 public Workbench()
 o Workbench
 public Workbench(String filename) throws Exception
 o Workbench
 public Workbench(URL url) throws Exception
 o Workbench
 public Workbench(Crawler _crawler)

Methods

 o makeFrame
 public Frame makeFrame()
 o setAllowExit
 public void setAllowExit(boolean yes)
 o getAllowExit
 public boolean getAllowExit()
 o setAdvancedMode
 public synchronized void setAdvancedMode(boolean adv)
 o getAdvancedMode
 public boolean getAdvancedMode()
 o handleEvent
 public boolean handleEvent(Event event)
Overrides:
handleEvent in class Component
 o finalize
 protected void finalize()
Overrides:
finalize in class Object
 o refresh
 public void refresh()
 o setCrawler
 public void setCrawler(Crawler _crawler)
 o getCrawler
 public Crawler getCrawler()
 o start
 public void start()
 o stop
 public void stop()
 o pause
 public void pause()
 o clear
 public void clear()
 o started
 public void started(CrawlEvent event)
Notify that the crawler started

 o stopped
 public void stopped(CrawlEvent event)
Notify that the crawler ran out of links to crawl

 o cleared
 public void cleared(CrawlEvent event)
Notify that the crawler's state was cleared.

 o timedOut
 public void timedOut(CrawlEvent event)
Notify that the crawler timed out.

 o paused
 public void paused(CrawlEvent event)
Notify that the crawler was paused.

 o main
 public static void main(String args[]) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index