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
displayTitle-
gfxTree-
gfxTreeModel-
HEIGHT-
master-
maxThreadTextField-
recursionLevelTextField-
selectedNode-
stayInside-
urlTextField-
viewPanel-
WIDTH-
zoom-
Pasiphae()
-
exitPasiphae()
- Bye, bye...
launchScan(String, String, String)
- Launch the scan of the website
main(String[])
- now, blast off the screen !
setStayInside(boolean)
- Set the appropriate mode of exploration
setTitleMode(boolean)
- Select the appropriate mode for displaying the nodes
zoomItem()
- Called to zoom the selected item in the tree
WIDTH
public static final int WIDTH
HEIGHT
public static final int HEIGHT
displayTitle
protected boolean displayTitle
stayInside
protected boolean stayInside
zoom
protected PasiphaeZoomWindow zoom
viewPanel
protected JPanel viewPanel
gfxTree
protected JTree gfxTree
gfxTreeModel
protected MyTreeModel gfxTreeModel
selectedNode
protected MyMutableTreeNode selectedNode
maxThreadTextField
protected JTextField maxThreadTextField
urlTextField
protected JTextField urlTextField
recursionLevelTextField
protected JTextField recursionLevelTextField
master
protected Master master
Pasiphae
public Pasiphae()
launchScan
protected final void launchScan(String url,
String maxThread,
String deepth)
- Launch the scan of the website
zoomItem
protected final void zoomItem()
- Called to zoom the selected item in the tree
setTitleMode
protected final void setTitleMode(boolean b)
- Select the appropriate mode for displaying the nodes
setStayInside
protected final void setStayInside(boolean b)
- Set the appropriate mode of exploration
exitPasiphae
public void exitPasiphae()
- Bye, bye... :)
main
public static void main(String[] argv)
- now, blast off the screen !
All Packages Class Hierarchy This Package Previous Next Index