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
-
contentLengthField
-
-
contentTypeField
-
-
dateField
-
-
expirationField
-
-
lastModifiedField
-
-
localFileField
-
-
theNode
-
-
URLTypeField
-
-
LoadableNodePanel(LoadableNode)
- Creates a new panel for displaying LoadableNode-info
-
refreshDisplay()
- Sets all the fields in this panel to the values stored in the
node with which this object was created.
URLTypeField
protected JTextField URLTypeField
contentLengthField
protected JTextField contentLengthField
contentTypeField
protected JTextField contentTypeField
dateField
protected JTextField dateField
expirationField
protected JTextField expirationField
lastModifiedField
protected JTextField lastModifiedField
localFileField
protected JTextField localFileField
theNode
private LoadableNode theNode
LoadableNodePanel
public LoadableNodePanel(LoadableNode n)
- Creates a new panel for displaying LoadableNode-info
- Parameters:
- n - the LoadableNode whose info shall be displayed
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