All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Webcrawler.Visualizer.LoadableNodePanel

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

public class LoadableNodePanel
extends JPanel
This panel shows all the info stored in a LoadableNode that was added when LoadableNode was derived from URLNode (e.g. URLType, localFile, contentLength,...). To see the info of the superclass of LoadableNode use a URLNodePanel.

See Also:
NodeViewer, LoadableNode

Variable Index

 o contentLengthField
 o contentTypeField
 o dateField
 o expirationField
 o lastModifiedField
 o localFileField
 o theNode
 o URLTypeField

Constructor Index

 o LoadableNodePanel(LoadableNode)
Creates a new panel for displaying LoadableNode-info

Method Index

 o refreshDisplay()
Sets all the fields in this panel to the values stored in the node with which this object was created.

Variables

 o URLTypeField
 protected JTextField URLTypeField
 o contentLengthField
 protected JTextField contentLengthField
 o contentTypeField
 protected JTextField contentTypeField
 o dateField
 protected JTextField dateField
 o expirationField
 protected JTextField expirationField
 o lastModifiedField
 protected JTextField lastModifiedField
 o localFileField
 protected JTextField localFileField
 o theNode
 private LoadableNode theNode

Constructors

 o LoadableNodePanel
 public LoadableNodePanel(LoadableNode n)
Creates a new panel for displaying LoadableNode-info

Parameters:
n - the LoadableNode whose info shall be displayed

Methods

 o refreshDisplay
 protected void refreshDisplay()
Sets all the fields in this panel to the values stored in the node with which this object was created.


All Packages  Class Hierarchy  This Package  Previous  Next  Index