Java Doc for WebGraph.java in  » Web-Crawler » WebSPHINX » websphinx » workbench » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Crawler » WebSPHINX » websphinx.workbench 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   java.awt.Component
      java.awt.Canvas
         websphinx.workbench.GraphLayout
            websphinx.workbench.WebGraph

WebGraph
public class WebGraph extends GraphLayout implements CrawlListener,LinkListener(Code)


Field Summary
final static  intABSOLUTE_URL
    
final static  intALL_LINKS
    
final static  intICON
    
final static  intNO_LINKS
    
final static  intRELATIVE_URL
    
final static  intRETRIEVED_LINKS
    
final static  intTITLE
    
final static  intTREE_LINKS
    
final static  intWALKED_LINKS
    
public static  ImagedefaultErrorIcon
    
 intdefaultFilter
    
public static  ImagedefaultLinkIcon
    
public static  ImagedefaultPageIcon
    
 intdefaultRendering
    
public static  ImagedefaultRetrievingIcon
    
static  int[]errorData
    
static  interrorHeight
    
 ImageerrorIcon
    
static  interrorWidth
    
 Hashtableicons
    
static  int[]linkData
    
static  intlinkHeight
    
 ImagelinkIcon
    
static  intlinkWidth
    
 Hashtablelinks
    
static  int[]pageData
    
static  intpageHeight
    
 ImagepageIcon
    
static  intpageWidth
    
static  int[]retrieveData
    
static  intretrieveHeight
    
static  intretrieveWidth
    
 ImageretrievingIcon
    

Constructor Summary
public  WebGraph()
     Make a WebGraph.

Method Summary
synchronized  voidadd(Link link)
    
public  voidaddLinkViewListener(LinkViewListener listener)
     Add a listener for LinkViewEvents.
public synchronized  voidclear()
     Clear the graph display.
public  voidcleared(CrawlEvent event)
     Notify that the crawler's state was cleared.
public  voidcrawled(LinkEvent event)
     Notify that a crawling event has occured.
 voiddoubleClick(int x, int y)
    
 WebEdgefindEdge(Link l)
    
 WebNodefindNode(Link l)
    
 WebNodefindParent(Link l)
    
 voidfireEvent(Link link)
    
public synchronized  ImagegetIcon(String name)
     Get a named icon.
Parameters:
  name - Name of icon.
public  LinkgetSelectedLink()
    
static  String[]getTip(Link link)
    
static  String[]getTip(Page page)
    
public  booleanhandleEvent(Event event)
    
public static  Framemonitor(Crawler crawler)
     Create a new Frame containing a WebGraph connected to a crawler.
public  voidpaused(CrawlEvent event)
    
public  voidremoveLinkViewListener(CrawlListener listener)
     Removes a listener from the set of LinkViewEvent listeners.
public synchronized  voidsetErrorIcon(Image icon)
     Set the default icon used for failed requests.
Parameters:
  icon - Icon image.
public synchronized  voidsetIcon(String name, Image icon)
     Map a name to an icon.
Parameters:
  name - Name of icon.
Parameters:
  icon - Icon image.
synchronized  voidsetLinkFilter(WebNode node, int filter)
    
synchronized  voidsetLinkFilter(int filter)
    
public synchronized  voidsetLinkIcon(Image icon)
     Set the default icon used for links.
Parameters:
  icon - Icon image.
 voidsetNodeRendering(WebNode n, int r)
    
synchronized  voidsetNodeRendering(int r)
    
public synchronized  voidsetPageIcon(Image icon)
     Set the default icon used for pages.
Parameters:
  icon - Icon image.
public synchronized  voidsetRetrievingIcon(Image icon)
     Set the default icon used for requests in progress.
Parameters:
  icon - Icon image.
 booleanshouldDisplay(int filter, int status)
    
public  voidshowControlPanel()
     Show control panel for changing graph layout parameters.
public  voidstarted(CrawlEvent event)
     Notify that the crawler started.
public  voidstopped(CrawlEvent event)
     Notify that the crawler has stopped.
public  voidtimedOut(CrawlEvent event)
    
public synchronized  voidupdate(Link link)
     Update the edge and node associated with a link.
 voidupdate(WebEdge e)
    
 voidupdate(WebNode n)
    
public  voidupdateClosure(Link[] links)
     Update all the links that the crawler reached from this link.

Field Detail
ABSOLUTE_URL
final static int ABSOLUTE_URL(Code)



ALL_LINKS
final static int ALL_LINKS(Code)



ICON
final static int ICON(Code)



NO_LINKS
final static int NO_LINKS(Code)



RELATIVE_URL
final static int RELATIVE_URL(Code)



RETRIEVED_LINKS
final static int RETRIEVED_LINKS(Code)



TITLE
final static int TITLE(Code)



TREE_LINKS
final static int TREE_LINKS(Code)



WALKED_LINKS
final static int WALKED_LINKS(Code)



defaultErrorIcon
public static Image defaultErrorIcon(Code)



defaultFilter
int defaultFilter(Code)



defaultLinkIcon
public static Image defaultLinkIcon(Code)



defaultPageIcon
public static Image defaultPageIcon(Code)



defaultRendering
int defaultRendering(Code)



defaultRetrievingIcon
public static Image defaultRetrievingIcon(Code)



errorData
static int[] errorData(Code)



errorHeight
static int errorHeight(Code)



errorIcon
Image errorIcon(Code)



errorWidth
static int errorWidth(Code)



icons
Hashtable icons(Code)



linkData
static int[] linkData(Code)



linkHeight
static int linkHeight(Code)



linkIcon
Image linkIcon(Code)



linkWidth
static int linkWidth(Code)



links
Hashtable links(Code)



pageData
static int[] pageData(Code)



pageHeight
static int pageHeight(Code)



pageIcon
Image pageIcon(Code)



pageWidth
static int pageWidth(Code)



retrieveData
static int[] retrieveData(Code)



retrieveHeight
static int retrieveHeight(Code)



retrieveWidth
static int retrieveWidth(Code)



retrievingIcon
Image retrievingIcon(Code)




Constructor Detail
WebGraph
public WebGraph()(Code)
Make a WebGraph.




Method Detail
add
synchronized void add(Link link)(Code)



addLinkViewListener
public void addLinkViewListener(LinkViewListener listener)(Code)
Add a listener for LinkViewEvents. A LinkViewEvent is sent every time a node or edge in the graph is double-clicked.
Parameters:
  listener - Object that wants to receive LinkViewEvents



clear
public synchronized void clear()(Code)
Clear the graph display.



cleared
public void cleared(CrawlEvent event)(Code)
Notify that the crawler's state was cleared.



crawled
public void crawled(LinkEvent event)(Code)
Notify that a crawling event has occured.



doubleClick
void doubleClick(int x, int y)(Code)



findEdge
WebEdge findEdge(Link l)(Code)



findNode
WebNode findNode(Link l)(Code)



findParent
WebNode findParent(Link l)(Code)



fireEvent
void fireEvent(Link link)(Code)



getIcon
public synchronized Image getIcon(String name)(Code)
Get a named icon.
Parameters:
  name - Name of icon. icon associated with the name, or null if name unknown.



getSelectedLink
public Link getSelectedLink()(Code)



getTip
static String[] getTip(Link link)(Code)



getTip
static String[] getTip(Page page)(Code)



handleEvent
public boolean handleEvent(Event event)(Code)



monitor
public static Frame monitor(Crawler crawler)(Code)
Create a new Frame containing a WebGraph connected to a crawler.



paused
public void paused(CrawlEvent event)(Code)
Notify that the crawler is paused



removeLinkViewListener
public void removeLinkViewListener(CrawlListener listener)(Code)
Removes a listener from the set of LinkViewEvent listeners. If it is not found in the set, does nothing.
Parameters:
  listen - a listener



setErrorIcon
public synchronized void setErrorIcon(Image icon)(Code)
Set the default icon used for failed requests.
Parameters:
  icon - Icon image. If null, mapping is deleted.



setIcon
public synchronized void setIcon(String name, Image icon)(Code)
Map a name to an icon.
Parameters:
  name - Name of icon.
Parameters:
  icon - Icon image. If null, mapping is deleted.



setLinkFilter
synchronized void setLinkFilter(WebNode node, int filter)(Code)



setLinkFilter
synchronized void setLinkFilter(int filter)(Code)



setLinkIcon
public synchronized void setLinkIcon(Image icon)(Code)
Set the default icon used for links.
Parameters:
  icon - Icon image. If null, mapping is deleted.



setNodeRendering
void setNodeRendering(WebNode n, int r)(Code)



setNodeRendering
synchronized void setNodeRendering(int r)(Code)



setPageIcon
public synchronized void setPageIcon(Image icon)(Code)
Set the default icon used for pages.
Parameters:
  icon - Icon image. If null, mapping is deleted.



setRetrievingIcon
public synchronized void setRetrievingIcon(Image icon)(Code)
Set the default icon used for requests in progress.
Parameters:
  icon - Icon image. If null, mapping is deleted.



shouldDisplay
boolean shouldDisplay(int filter, int status)(Code)



showControlPanel
public void showControlPanel()(Code)
Show control panel for changing graph layout parameters.



started
public void started(CrawlEvent event)(Code)
Notify that the crawler started.



stopped
public void stopped(CrawlEvent event)(Code)
Notify that the crawler has stopped.



timedOut
public void timedOut(CrawlEvent event)(Code)
Notify that the crawler has timed out



update
public synchronized void update(Link link)(Code)
Update the edge and node associated with a link. If the link is not present in the graph, it is added.



update
void update(WebEdge e)(Code)



update
void update(WebNode n)(Code)



updateClosure
public void updateClosure(Link[] links)(Code)
Update all the links that the crawler reached from this link. Any reachable links not present in the graph are added.



Fields inherited from websphinx.workbench.GraphLayout
final static int MULTIPLIER(Code)(Java Doc)
GDAlgorithm algorithm(Code)(Java Doc)
boolean automaticLayout(Code)(Java Doc)
GraphLayoutControlPanel controlPanel(Code)(Java Doc)
boolean dirty(Code)(Java Doc)
RenderedNode dragNode(Code)(Java Doc)
int dragOffsetXdragOffsetY(Code)(Java Doc)
Color edgeColor(Code)(Java Doc)
FontMetrics fm(Code)(Java Doc)
Graph graph(Code)(Java Doc)
int interval(Code)(Java Doc)
int iterations(Code)(Java Doc)
Thread iterator(Code)(Java Doc)
double nodeCharge(Code)(Java Doc)
Color nodeColor(Code)(Java Doc)
Dimension offSize(Code)(Java Doc)
Graphics offg(Code)(Java Doc)
Image offscreen(Code)(Java Doc)
double originXoriginY(Code)(Java Doc)
boolean quiescent(Code)(Java Doc)
double restLength(Code)(Java Doc)
boolean running(Code)(Java Doc)
double scaleXscaleY(Code)(Java Doc)
double springConstant(Code)(Java Doc)
double threshold(Code)(Java Doc)
MultiLineString tip(Code)(Java Doc)
Color tipColor(Code)(Java Doc)
Object tipObject(Code)(Java Doc)
int tipXtipYtipWidthtipHeight(Code)(Java Doc)

Methods inherited from websphinx.workbench.GraphLayout
public synchronized void addEdge(RenderedEdge edge)(Code)(Java Doc)
public synchronized void addNode(RenderedNode node)(Code)(Java Doc)
public synchronized void changedGraph()(Code)(Java Doc)
public synchronized void clear()(Code)(Java Doc)
void click(int x, int y, boolean rightClick)(Code)(Java Doc)
void createOffscreenArea(Dimension d)(Code)(Java Doc)
void drag(int x, int y)(Code)(Java Doc)
void drawArrowToBox(Graphics g, int x1, int y1, int x2, int y2, int wHalfBox, int hHalfBox, int head_length, int head_width, boolean thick)(Code)(Java Doc)
void drop(int x, int y)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
public synchronized GDAlgorithm getAlgorithm()(Code)(Java Doc)
public synchronized boolean getAutomaticLayout()(Code)(Java Doc)
public synchronized Color getEdgeColor()(Code)(Java Doc)
public synchronized FontMetrics getFontMetrics()(Code)(Java Doc)
public synchronized Graph getGraph()(Code)(Java Doc)
public synchronized int getInterval()(Code)(Java Doc)
public synchronized int getIterations()(Code)(Java Doc)
public synchronized double getNodeCharge()(Code)(Java Doc)
public synchronized Color getNodeColor()(Code)(Java Doc)
public synchronized boolean getQuiescent()(Code)(Java Doc)
public synchronized double getRestLength()(Code)(Java Doc)
public synchronized boolean getRunning()(Code)(Java Doc)
public synchronized RenderedEdge getSelectedEdge()(Code)(Java Doc)
public synchronized RenderedNode getSelectedNode()(Code)(Java Doc)
public synchronized double getSpringConstant()(Code)(Java Doc)
public synchronized double getThreshold()(Code)(Java Doc)
public synchronized Color getTipColor()(Code)(Java Doc)
public boolean handleEvent(Event event)(Code)(Java Doc)
public synchronized boolean imageUpdate(Image img, int infoflags, int x, int y, int width, int height)(Code)(Java Doc)
boolean inLineSegment(int x, int y, int x1, int y1, int x2, int y2, int threshold)(Code)(Java Doc)
void leave()(Code)(Java Doc)
public synchronized void paint(Graphics g)(Code)(Java Doc)
public Object pick(int x, int y)(Code)(Java Doc)
public synchronized void placeNodeOnGraph(RenderedNode n, double x, double y)(Code)(Java Doc)
public synchronized void placeNodeOnScreen(RenderedNode n, int x, int y)(Code)(Java Doc)
void point(int x, int y)(Code)(Java Doc)
public synchronized void removeEdge(RenderedEdge edge)(Code)(Java Doc)
public synchronized void removeNode(RenderedNode node)(Code)(Java Doc)
public synchronized void repaint()(Code)(Java Doc)
synchronized void resetAlgorithm()(Code)(Java Doc)
public synchronized void run()(Code)(Java Doc)
public synchronized void setAlgorithm(GDAlgorithm algorithm)(Code)(Java Doc)
public synchronized void setAutomaticLayout(boolean f)(Code)(Java Doc)
public synchronized void setEdgeColor(Color edgeColor)(Code)(Java Doc)
public synchronized void setFont(Font f)(Code)(Java Doc)
public synchronized void setGraph(Graph graph)(Code)(Java Doc)
public synchronized void setInterval(int interval)(Code)(Java Doc)
public synchronized void setIterations(int iterations)(Code)(Java Doc)
public synchronized void setNodeCharge(double nodeCharge)(Code)(Java Doc)
public synchronized void setNodeColor(Color nodeColor)(Code)(Java Doc)
public synchronized void setRestLength(double restLength)(Code)(Java Doc)
public synchronized void setSpringConstant(double springConstant)(Code)(Java Doc)
public synchronized void setThreshold(double threshold)(Code)(Java Doc)
public synchronized void setTipColor(Color tipColor)(Code)(Java Doc)
public void showControlPanel()(Code)(Java Doc)
public synchronized void start()(Code)(Java Doc)
public synchronized void stop()(Code)(Java Doc)
public void update(Graphics g)(Code)(Java Doc)

Methods inherited from java.awt.Canvas
public void addNotify()(Code)(Java Doc)
public void createBufferStrategy(int numBuffers)(Code)(Java Doc)
public void createBufferStrategy(int numBuffers, BufferCapabilities caps) throws AWTException(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public BufferStrategy getBufferStrategy()(Code)(Java Doc)
public void paint(Graphics g)(Code)(Java Doc)
public void update(Graphics g)(Code)(Java Doc)

Fields inherited from java.awt.Component
final public static float BOTTOM_ALIGNMENT(Code)(Java Doc)
final public static float CENTER_ALIGNMENT(Code)(Java Doc)
final public static float LEFT_ALIGNMENT(Code)(Java Doc)
final public static float RIGHT_ALIGNMENT(Code)(Java Doc)
final public static float TOP_ALIGNMENT(Code)(Java Doc)

Methods inherited from java.awt.Component
public boolean action(Event evt, Object what)(Code)(Java Doc)
public void add(PopupMenu popup)(Code)(Java Doc)
public synchronized void addComponentListener(ComponentListener l)(Code)(Java Doc)
public synchronized void addFocusListener(FocusListener l)(Code)(Java Doc)
public void addHierarchyBoundsListener(HierarchyBoundsListener l)(Code)(Java Doc)
public void addHierarchyListener(HierarchyListener l)(Code)(Java Doc)
public synchronized void addInputMethodListener(InputMethodListener l)(Code)(Java Doc)
public synchronized void addKeyListener(KeyListener l)(Code)(Java Doc)
public synchronized void addMouseListener(MouseListener l)(Code)(Java Doc)
public synchronized void addMouseMotionListener(MouseMotionListener l)(Code)(Java Doc)
public synchronized void addMouseWheelListener(MouseWheelListener l)(Code)(Java Doc)
public void addNotify()(Code)(Java Doc)
public synchronized void addPropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc)
public synchronized void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)(Java Doc)
public void applyComponentOrientation(ComponentOrientation orientation)(Code)(Java Doc)
public boolean areFocusTraversalKeysSet(int id)(Code)(Java Doc)
public Rectangle bounds()(Code)(Java Doc)
public int checkImage(Image image, ImageObserver observer)(Code)(Java Doc)
public int checkImage(Image image, int width, int height, ImageObserver observer)(Code)(Java Doc)
protected AWTEvent coalesceEvents(AWTEvent existingEvent, AWTEvent newEvent)(Code)(Java Doc)
public boolean contains(int x, int y)(Code)(Java Doc)
public boolean contains(Point p)(Code)(Java Doc)
public Image createImage(ImageProducer producer)(Code)(Java Doc)
public Image createImage(int width, int height)(Code)(Java Doc)
public VolatileImage createVolatileImage(int width, int height)(Code)(Java Doc)
public VolatileImage createVolatileImage(int width, int height, ImageCapabilities caps) throws AWTException(Code)(Java Doc)
public void deliverEvent(Event e)(Code)(Java Doc)
public void disable()(Code)(Java Doc)
final protected void disableEvents(long eventsToDisable)(Code)(Java Doc)
final public void dispatchEvent(AWTEvent e)(Code)(Java Doc)
public void doLayout()(Code)(Java Doc)
public void enable()(Code)(Java Doc)
public void enable(boolean b)(Code)(Java Doc)
final protected void enableEvents(long eventsToEnable)(Code)(Java Doc)
public void enableInputMethods(boolean enable)(Code)(Java Doc)
protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)(Java Doc)
protected void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc)
protected void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, byte oldValue, byte newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, char oldValue, char newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, short oldValue, short newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, long oldValue, long newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, float oldValue, float newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, double oldValue, double newValue)(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public float getAlignmentX()(Code)(Java Doc)
public float getAlignmentY()(Code)(Java Doc)
public Color getBackground()(Code)(Java Doc)
public int getBaseline(int width, int height)(Code)(Java Doc)
public BaselineResizeBehavior getBaselineResizeBehavior()(Code)(Java Doc)
public Rectangle getBounds()(Code)(Java Doc)
public Rectangle getBounds(Rectangle rv)(Code)(Java Doc)
public ColorModel getColorModel()(Code)(Java Doc)
public Component getComponentAt(int x, int y)(Code)(Java Doc)
public Component getComponentAt(Point p)(Code)(Java Doc)
public synchronized ComponentListener[] getComponentListeners()(Code)(Java Doc)
public ComponentOrientation getComponentOrientation()(Code)(Java Doc)
public Cursor getCursor()(Code)(Java Doc)
public synchronized DropTarget getDropTarget()(Code)(Java Doc)
public Container getFocusCycleRootAncestor()(Code)(Java Doc)
public synchronized FocusListener[] getFocusListeners()(Code)(Java Doc)
public Set<AWTKeyStroke> getFocusTraversalKeys(int id)(Code)(Java Doc)
public boolean getFocusTraversalKeysEnabled()(Code)(Java Doc)
public Font getFont()(Code)(Java Doc)
public FontMetrics getFontMetrics(Font font)(Code)(Java Doc)
public Color getForeground()(Code)(Java Doc)
public Graphics getGraphics()(Code)(Java Doc)
public GraphicsConfiguration getGraphicsConfiguration()(Code)(Java Doc)
public int getHeight()(Code)(Java Doc)
public synchronized HierarchyBoundsListener[] getHierarchyBoundsListeners()(Code)(Java Doc)
public synchronized HierarchyListener[] getHierarchyListeners()(Code)(Java Doc)
public boolean getIgnoreRepaint()(Code)(Java Doc)
public InputContext getInputContext()(Code)(Java Doc)
public synchronized InputMethodListener[] getInputMethodListeners()(Code)(Java Doc)
public InputMethodRequests getInputMethodRequests()(Code)(Java Doc)
public synchronized KeyListener[] getKeyListeners()(Code)(Java Doc)
public T[] getListeners(Class<T> listenerType)(Code)(Java Doc)
public Locale getLocale()(Code)(Java Doc)
public Point getLocation()(Code)(Java Doc)
public Point getLocation(Point rv)(Code)(Java Doc)
public Point getLocationOnScreen()(Code)(Java Doc)
public Dimension getMaximumSize()(Code)(Java Doc)
public Dimension getMinimumSize()(Code)(Java Doc)
public synchronized MouseListener[] getMouseListeners()(Code)(Java Doc)
public synchronized MouseMotionListener[] getMouseMotionListeners()(Code)(Java Doc)
public Point getMousePosition() throws HeadlessException(Code)(Java Doc)
public synchronized MouseWheelListener[] getMouseWheelListeners()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public Container getParent()(Code)(Java Doc)
public ComponentPeer getPeer()(Code)(Java Doc)
public Dimension getPreferredSize()(Code)(Java Doc)
public synchronized PropertyChangeListener[] getPropertyChangeListeners()(Code)(Java Doc)
public synchronized PropertyChangeListener[] getPropertyChangeListeners(String propertyName)(Code)(Java Doc)
public Dimension getSize()(Code)(Java Doc)
public Dimension getSize(Dimension rv)(Code)(Java Doc)
public Toolkit getToolkit()(Code)(Java Doc)
final public Object getTreeLock()(Code)(Java Doc)
public int getWidth()(Code)(Java Doc)
public int getX()(Code)(Java Doc)
public int getY()(Code)(Java Doc)
public boolean gotFocus(Event evt, Object what)(Code)(Java Doc)
public boolean handleEvent(Event evt)(Code)(Java Doc)
public boolean hasFocus()(Code)(Java Doc)
public void hide()(Code)(Java Doc)
public boolean imageUpdate(Image img, int infoflags, int x, int y, int w, int h)(Code)(Java Doc)
public boolean inside(int x, int y)(Code)(Java Doc)
public void invalidate()(Code)(Java Doc)
public boolean isBackgroundSet()(Code)(Java Doc)
public boolean isCursorSet()(Code)(Java Doc)
public boolean isDisplayable()(Code)(Java Doc)
public boolean isDoubleBuffered()(Code)(Java Doc)
public boolean isEnabled()(Code)(Java Doc)
public boolean isFocusCycleRoot(Container container)(Code)(Java Doc)
public boolean isFocusOwner()(Code)(Java Doc)
public boolean isFocusTraversable()(Code)(Java Doc)
public boolean isFocusable()(Code)(Java Doc)
public boolean isFontSet()(Code)(Java Doc)
public boolean isForegroundSet()(Code)(Java Doc)
public boolean isLightweight()(Code)(Java Doc)
public boolean isMaximumSizeSet()(Code)(Java Doc)
public boolean isMinimumSizeSet()(Code)(Java Doc)
public boolean isOpaque()(Code)(Java Doc)
public boolean isPreferredSizeSet()(Code)(Java Doc)
public boolean isShowing()(Code)(Java Doc)
public boolean isValid()(Code)(Java Doc)
public boolean isVisible()(Code)(Java Doc)
public boolean keyDown(Event evt, int key)(Code)(Java Doc)
public boolean keyUp(Event evt, int key)(Code)(Java Doc)
public void layout()(Code)(Java Doc)
public void list()(Code)(Java Doc)
public void list(PrintStream out)(Code)(Java Doc)
public void list(PrintStream out, int indent)(Code)(Java Doc)
public void list(PrintWriter out)(Code)(Java Doc)
public void list(PrintWriter out, int indent)(Code)(Java Doc)
public Component locate(int x, int y)(Code)(Java Doc)
public Point location()(Code)(Java Doc)
public boolean lostFocus(Event evt, Object what)(Code)(Java Doc)
public Dimension minimumSize()(Code)(Java Doc)
public boolean mouseDown(Event evt, int x, int y)(Code)(Java Doc)
public boolean mouseDrag(Event evt, int x, int y)(Code)(Java Doc)
public boolean mouseEnter(Event evt, int x, int y)(Code)(Java Doc)
public boolean mouseExit(Event evt, int x, int y)(Code)(Java Doc)
public boolean mouseMove(Event evt, int x, int y)(Code)(Java Doc)
public boolean mouseUp(Event evt, int x, int y)(Code)(Java Doc)
public void move(int x, int y)(Code)(Java Doc)
public void nextFocus()(Code)(Java Doc)
public void paint(Graphics g)(Code)(Java Doc)
public void paintAll(Graphics g)(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public boolean postEvent(Event e)(Code)(Java Doc)
public Dimension preferredSize()(Code)(Java Doc)
public boolean prepareImage(Image image, ImageObserver observer)(Code)(Java Doc)
public boolean prepareImage(Image image, int width, int height, ImageObserver observer)(Code)(Java Doc)
public void print(Graphics g)(Code)(Java Doc)
public void printAll(Graphics g)(Code)(Java Doc)
protected void processComponentEvent(ComponentEvent e)(Code)(Java Doc)
protected void processEvent(AWTEvent e)(Code)(Java Doc)
protected void processFocusEvent(FocusEvent e)(Code)(Java Doc)
protected void processHierarchyBoundsEvent(HierarchyEvent e)(Code)(Java Doc)
protected void processHierarchyEvent(HierarchyEvent e)(Code)(Java Doc)
protected void processInputMethodEvent(InputMethodEvent e)(Code)(Java Doc)
protected void processKeyEvent(KeyEvent e)(Code)(Java Doc)
protected void processMouseEvent(MouseEvent e)(Code)(Java Doc)
protected void processMouseMotionEvent(MouseEvent e)(Code)(Java Doc)
protected void processMouseWheelEvent(MouseWheelEvent e)(Code)(Java Doc)
public void remove(MenuComponent popup)(Code)(Java Doc)
public synchronized void removeComponentListener(ComponentListener l)(Code)(Java Doc)
public synchronized void removeFocusListener(FocusListener l)(Code)(Java Doc)
public void removeHierarchyBoundsListener(HierarchyBoundsListener l)(Code)(Java Doc)
public void removeHierarchyListener(HierarchyListener l)(Code)(Java Doc)
public synchronized void removeInputMethodListener(InputMethodListener l)(Code)(Java Doc)
public synchronized void removeKeyListener(KeyListener l)(Code)(Java Doc)
public synchronized void removeMouseListener(MouseListener l)(Code)(Java Doc)
public synchronized void removeMouseMotionListener(MouseMotionListener l)(Code)(Java Doc)
public synchronized void removeMouseWheelListener(MouseWheelListener l)(Code)(Java Doc)
public void removeNotify()(Code)(Java Doc)
public synchronized void removePropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc)
public synchronized void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)(Java Doc)
public void repaint()(Code)(Java Doc)
public void repaint(long tm)(Code)(Java Doc)
public void repaint(int x, int y, int width, int height)(Code)(Java Doc)
public void repaint(long tm, int x, int y, int width, int height)(Code)(Java Doc)
public void requestFocus()(Code)(Java Doc)
protected boolean requestFocus(boolean temporary)(Code)(Java Doc)
public boolean requestFocusInWindow()(Code)(Java Doc)
protected boolean requestFocusInWindow(boolean temporary)(Code)(Java Doc)
public void reshape(int x, int y, int width, int height)(Code)(Java Doc)
public void resize(int width, int height)(Code)(Java Doc)
public void resize(Dimension d)(Code)(Java Doc)
public void setBackground(Color c)(Code)(Java Doc)
public void setBounds(int x, int y, int width, int height)(Code)(Java Doc)
public void setBounds(Rectangle r)(Code)(Java Doc)
public void setComponentOrientation(ComponentOrientation o)(Code)(Java Doc)
public void setCursor(Cursor cursor)(Code)(Java Doc)
public synchronized void setDropTarget(DropTarget dt)(Code)(Java Doc)
public void setEnabled(boolean b)(Code)(Java Doc)
public void setFocusTraversalKeys(int id, Set<? extends AWTKeyStroke> keystrokes)(Code)(Java Doc)
public void setFocusTraversalKeysEnabled(boolean focusTraversalKeysEnabled)(Code)(Java Doc)
public void setFocusable(boolean focusable)(Code)(Java Doc)
public void setFont(Font f)(Code)(Java Doc)
public void setForeground(Color c)(Code)(Java Doc)
public void setIgnoreRepaint(boolean ignoreRepaint)(Code)(Java Doc)
public void setLocale(Locale l)(Code)(Java Doc)
public void setLocation(int x, int y)(Code)(Java Doc)
public void setLocation(Point p)(Code)(Java Doc)
public void setMaximumSize(Dimension maximumSize)(Code)(Java Doc)
public void setMinimumSize(Dimension minimumSize)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setPreferredSize(Dimension preferredSize)(Code)(Java Doc)
public void setSize(int width, int height)(Code)(Java Doc)
public void setSize(Dimension d)(Code)(Java Doc)
public void setVisible(boolean b)(Code)(Java Doc)
public void show()(Code)(Java Doc)
public void show(boolean b)(Code)(Java Doc)
public Dimension size()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public void transferFocus()(Code)(Java Doc)
public void transferFocusBackward()(Code)(Java Doc)
public void transferFocusUpCycle()(Code)(Java Doc)
public void update(Graphics g)(Code)(Java Doc)
public void validate()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.