|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Canvas | +--websphinx.util.GraphLayout | +--websphinx.workbench.WebGraph
Inner classes inherited from class java.awt.Canvas |
java.awt.Canvas.AccessibleAWTCanvas |
Inner classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.AWTTreeLock |
Field Summary | |
(package private) static int |
ABSOLUTE_URL
|
(package private) static int |
ALL_LINKS
|
static java.awt.Image |
defaultErrorIcon
|
(package private) int |
defaultFilter
|
static java.awt.Image |
defaultLinkIcon
|
static java.awt.Image |
defaultPageIcon
|
(package private) int |
defaultRendering
|
static java.awt.Image |
defaultRetrievingIcon
|
(package private) static int[] |
errorData
|
(package private) static int |
errorHeight
|
(package private) java.awt.Image |
errorIcon
|
(package private) static int |
errorWidth
|
(package private) static int |
ICON
|
(package private) java.util.Hashtable |
icons
|
(package private) static int[] |
linkData
|
(package private) static int |
linkHeight
|
(package private) java.awt.Image |
linkIcon
|
(package private) java.util.Hashtable |
links
|
(package private) static int |
linkWidth
|
private java.util.Vector |
listeners
|
(package private) static int |
NO_LINKS
|
(package private) static int[] |
pageData
|
(package private) static int |
pageHeight
|
(package private) java.awt.Image |
pageIcon
|
(package private) static int |
pageWidth
|
(package private) static int |
RELATIVE_URL
|
(package private) static int |
RETRIEVED_LINKS
|
(package private) static int[] |
retrieveData
|
(package private) static int |
retrieveHeight
|
(package private) static int |
retrieveWidth
|
(package private) java.awt.Image |
retrievingIcon
|
(package private) static int |
TITLE
|
(package private) static int |
TREE_LINKS
|
(package private) static int |
WALKED_LINKS
|
Fields inherited from class websphinx.util.GraphLayout |
algorithm, automaticLayout, controlPanel, dirty, dragNode, dragOffsetX, dragOffsetY, edgeColor, fm, graph, interval, iterations, iterator, MULTIPLIER, nodeCharge, nodeColor, offg, offscreen, offSize, originX, originY, quiescent, restLength, running, scaleX, scaleY, springConstant, threshold, tip, tipColor, tipHeight, tipObject, tipWidth, tipX, tipY |
Fields inherited from class java.awt.Canvas |
base, nameCounter, serialVersionUID |
Fields inherited from class java.awt.Component |
accessibleContext, actionListenerK, adjustmentListenerK, appContext, background, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, changeSupport, componentListener, componentListenerK, componentOrientation, componentSerializedDataVersion, containerListenerK, cursor, dbg, dropTarget, enabled, eventMask, focusListener, focusListenerK, font, foreground, graphicsConfig, hasFocus, height, hierarchyBoundsListener, hierarchyBoundsListenerK, hierarchyListener, hierarchyListenerK, incRate, inputMethodListener, inputMethodListenerK, isInc, isPacked, itemListenerK, keyListener, keyListenerK, LEFT_ALIGNMENT, locale, LOCK, metrics, minSize, mouseListener, mouseListenerK, mouseMotionListener, mouseMotionListenerK, name, nameExplicitlySet, newEventsOnly, ownedWindowK, parent, peer, peerFont, popups, prefSize, privateKey, RIGHT_ALIGNMENT, textListenerK, TOP_ALIGNMENT, valid, visible, width, windowClosingException, windowListenerK, x, y |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
WebGraph()
Make a WebGraph. |
Method Summary | |
(package private) static void |
|
(package private) void |
add(Link link)
|
void |
addLinkViewListener(LinkViewListener listener)
Add a listener for LinkViewEvents. |
void |
clear()
Clear the graph display. |
void |
cleared(CrawlEvent event)
Notify that the crawler's state was cleared. |
void |
crawled(LinkEvent event)
Notify that a crawling event has occured. |
(package private) void |
doubleClick(int x,
int y)
|
(package private) WebEdge |
findEdge(Link l)
|
(package private) WebNode |
findNode(Link l)
|
(package private) WebNode |
findParent(Link l)
|
(package private) void |
fireEvent(Link link)
|
java.awt.Image |
getIcon(java.lang.String name)
Get a named icon. |
Link |
getSelectedLink()
|
(package private) static java.lang.String[] |
getTip(Link link)
|
(package private) static java.lang.String[] |
getTip(Page page)
|
boolean |
handleEvent(java.awt.Event event)
|
static java.awt.Frame |
monitor(Crawler crawler)
Create a new Frame containing a WebGraph connected to a crawler. |
void |
paused(CrawlEvent event)
Notify that the crawler is paused |
void |
removeLinkViewListener(CrawlListener listener)
Removes a listener from the set of LinkViewEvent listeners. |
void |
setErrorIcon(java.awt.Image icon)
Set the default icon used for failed requests. |
void |
setIcon(java.lang.String name,
java.awt.Image icon)
Map a name to an icon. |
(package private) void |
setLinkFilter(int filter)
|
(package private) void |
setLinkFilter(WebNode node,
int filter)
|
void |
setLinkIcon(java.awt.Image icon)
Set the default icon used for links. |
(package private) void |
setNodeRendering(int r)
|
(package private) void |
setNodeRendering(WebNode n,
int r)
|
void |
setPageIcon(java.awt.Image icon)
Set the default icon used for pages. |
void |
setRetrievingIcon(java.awt.Image icon)
Set the default icon used for requests in progress. |
(package private) boolean |
shouldDisplay(int filter,
int status)
|
void |
showControlPanel()
Show control panel for changing graph layout parameters. |
void |
started(CrawlEvent event)
Notify that the crawler started. |
void |
stopped(CrawlEvent event)
Notify that the crawler has stopped. |
void |
timedOut(CrawlEvent event)
Notify that the crawler has timed out |
void |
update(Link link)
Update the edge and node associated with a link. |
(package private) void |
update(WebEdge e)
|
(package private) void |
update(WebNode n)
|
void |
updateClosure(Link[] links)
Update all the links that the crawler reached from this link. |
Methods inherited from class websphinx.util.GraphLayout |
addEdge, addNode, changedGraph, click, createOffscreenArea, drag, drawArrowToBox, drop, finalize, getAlgorithm, getAutomaticLayout, getEdgeColor, getFontMetrics, getGraph, getInterval, getIterations, getNodeCharge, getNodeColor, getQuiescent, getRestLength, getRunning, getSelectedEdge, getSelectedNode, getSpringConstant, getThreshold, getTipColor, imageUpdate, inLineSegment, leave, paint, pick, placeNodeOnGraph, placeNodeOnScreen, point, removeEdge, removeNode, repaint, resetAlgorithm, run, scaleGraph, setAlgorithm, setAutomaticLayout, setEdgeColor, setFont, setGraph, setInterval, setIterations, setNodeCharge, setNodeColor, setRestLength, setSpringConstant, setThreshold, setTipColor, start, stop, update |
Methods inherited from class java.awt.Canvas |
addNotify, constructComponentName, getAccessibleContext, postsOldMouseEvents |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addPropertyChangeListener, addPropertyChangeListener, areInputMethodsEnabled, bounds, checkGD, checkImage, checkImage, checkWindowClosingException, coalesceEvents, contains, contains, createChildHierarchyEvents, createHierarchyEvents, createImage, createImage, deliverEvent, disable, disableEvents, dispatchEvent, dispatchEventImpl, doLayout, enable, enable, enableEvents, enableInputMethods, eventEnabled, firePropertyChange, getAccessibleIndexInParent, getAccessibleStateSet, getAlignmentX, getAlignmentY, getBackground, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentOrientation, getCursor, getDropTarget, getFont_NoClientCode, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getInputContext, getInputMethodRequests, getListeners, getLocale, getLocation, getLocation, getLocationOnScreen_NoTreeLock, getLocationOnScreen, getMaximumSize, getMinimumSize, getName, getNativeContainer, getParent_NoClientCode, getParent, getPeer, getPreferredSize, getSize, getSize, getToolkit, getToolkitImpl, getTreeLock, getWidth, getWindowForObject, getX, getY, gotFocus, hasFocus, hide, initIDs, inside, invalidate, isDisplayable, isDoubleBuffered, isEnabled, isEnabledImpl, isFocusTraversable, isLightweight, isOpaque, isRecursivelyVisible, isShowing, isValid, isVisible, keyDown, keyUp, layout, lightweightPaint, lightweightPrint, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, numListening, paintAll, paintHeavyweightComponents, paramString, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, printHeavyweightComponents, processComponentEvent, processEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, readObject, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, resetGC, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, validate, writeObject |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
Field Detail |
java.util.Hashtable links
static final int NO_LINKS
static final int RETRIEVED_LINKS
static final int WALKED_LINKS
static final int TREE_LINKS
static final int ALL_LINKS
int defaultFilter
static final int ICON
static final int TITLE
static final int ABSOLUTE_URL
static final int RELATIVE_URL
int defaultRendering
private java.util.Vector listeners
java.util.Hashtable icons
java.awt.Image pageIcon
java.awt.Image linkIcon
java.awt.Image retrievingIcon
java.awt.Image errorIcon
public static java.awt.Image defaultPageIcon
public static java.awt.Image defaultLinkIcon
public static java.awt.Image defaultRetrievingIcon
public static java.awt.Image defaultErrorIcon
static int linkWidth
static int linkHeight
static int[] linkData
static int pageWidth
static int pageHeight
static int[] pageData
static int retrieveWidth
static int retrieveHeight
static int[] retrieveData
static int errorWidth
static int errorHeight
static int[] errorData
Constructor Detail |
public WebGraph()
Method Detail |
void setLinkFilter(WebNode node, int filter)
void setLinkFilter(int filter)
void setNodeRendering(WebNode n, int r)
void setNodeRendering(int r)
public void showControlPanel()
showControlPanel
in class GraphLayout
public void clear()
clear
in class GraphLayout
public void started(CrawlEvent event)
started
in interface CrawlListener
public void stopped(CrawlEvent event)
stopped
in interface CrawlListener
public void cleared(CrawlEvent event)
cleared
in interface CrawlListener
public void timedOut(CrawlEvent event)
timedOut
in interface CrawlListener
public void paused(CrawlEvent event)
paused
in interface CrawlListener
public void crawled(LinkEvent event)
crawled
in interface LinkListener
boolean shouldDisplay(int filter, int status)
public void updateClosure(Link[] links)
public void update(Link link)
void add(Link link)
void update(WebEdge e)
void update(WebNode n)
WebEdge findEdge(Link l)
WebNode findNode(Link l)
WebNode findParent(Link l)
public void addLinkViewListener(LinkViewListener listener)
listener
- Object that wants to receive LinkViewEventspublic void removeLinkViewListener(CrawlListener listener)
listen
- a listenervoid fireEvent(Link link)
void doubleClick(int x, int y)
public boolean handleEvent(java.awt.Event event)
handleEvent
in class GraphLayout
public Link getSelectedLink()
public static java.awt.Frame monitor(Crawler crawler)
static java.lang.String[] getTip(Link link)
static java.lang.String[] getTip(Page page)
public java.awt.Image getIcon(java.lang.String name)
name
- Name of icon.public void setIcon(java.lang.String name, java.awt.Image icon)
name
- Name of icon.icon
- Icon image. If null, mapping is deleted.public void setPageIcon(java.awt.Image icon)
icon
- Icon image. If null, mapping is deleted.public void setLinkIcon(java.awt.Image icon)
icon
- Icon image. If null, mapping is deleted.public void setRetrievingIcon(java.awt.Image icon)
icon
- Icon image. If null, mapping is deleted.public void setErrorIcon(java.awt.Image icon)
icon
- Icon image. If null, mapping is deleted.static void()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |