All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Webcrawler.Visualizer.ContentViewer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JInternalFrame
                                   |
                                   +----Webcrawler.Visualizer.ContentViewer

public class ContentViewer
extends JInternalFrame
Lets the user view the content of the local file of the given URLNode. This only works with images and HTML files. A window of this kind is created by the Visualizer when the user selects ContentViewer from the Node menu.

See Also:
Visualizer

Constructor Index

 o ContentViewer(URLNode)
Opens a new Content-Viewer window and shows the content of the local file of the node n.

Constructors

 o ContentViewer
 public ContentViewer(URLNode n)
Opens a new Content-Viewer window and shows the content of the local file of the node n. This only works with HTML-nodes and images.


All Packages  Class Hierarchy  This Package  Previous  Next  Index