All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class Pasiphae.Pasiphae

java.lang.Object
    |
    +----java.awt.Component
            |
            +----java.awt.Container
                    |
                    +----java.awt.Window
                            |
                            +----java.awt.Frame
                                    |
                                    +----com.sun.java.swing.JFrame
                                            |
                                            +----Pasiphae.Pasiphae

public class Pasiphae
extends JFrame

Variable Index

 o displayTitle
 o gfxTree
 o gfxTreeModel
 o HEIGHT
 o master
 o maxThreadTextField
 o recursionLevelTextField
 o selectedNode
 o stayInside
 o urlTextField
 o viewPanel
 o WIDTH
 o zoom

Constructor Index

 o Pasiphae()

Method Index

 o exitPasiphae()
Bye, bye...
 o launchScan(String, String, String)
Launch the scan of the website
 o main(String[])
now, blast off the screen !
 o setStayInside(boolean)
Set the appropriate mode of exploration
 o setTitleMode(boolean)
Select the appropriate mode for displaying the nodes
 o zoomItem()
Called to zoom the selected item in the tree

Variables

 o WIDTH
public static final int WIDTH
 o HEIGHT
public static final int HEIGHT
 o displayTitle
protected boolean displayTitle
 o stayInside
protected boolean stayInside
 o zoom
protected PasiphaeZoomWindow zoom
 o viewPanel
protected JPanel viewPanel
 o gfxTree
protected JTree gfxTree
 o gfxTreeModel
protected MyTreeModel gfxTreeModel
 o selectedNode
protected MyMutableTreeNode selectedNode
 o maxThreadTextField
protected JTextField maxThreadTextField
 o urlTextField
protected JTextField urlTextField
 o recursionLevelTextField
protected JTextField recursionLevelTextField
 o master
protected Master master

Constructors

 o Pasiphae
public Pasiphae()

Methods

 o launchScan
protected final void launchScan(String url,
                                String maxThread,
                                String deepth)
Launch the scan of the website

 o zoomItem
protected final void zoomItem()
Called to zoom the selected item in the tree

 o setTitleMode
protected final void setTitleMode(boolean b)
Select the appropriate mode for displaying the nodes

 o setStayInside
protected final void setStayInside(boolean b)
Set the appropriate mode of exploration

 o exitPasiphae
public void exitPasiphae()
Bye, bye... :)

 o main
public static void main(String[] argv)
now, blast off the screen !


All Packages  Class Hierarchy  This Package  Previous  Next  Index