Class GetCompopentAtPointVisitor

java.lang.Object
jaxx.runtime.awt.visitor.GetCompopentAtPointVisitor
All Implemented Interfaces:
ComponentTreeNodeVisitor

public class GetCompopentAtPointVisitor
extends java.lang.Object
implements ComponentTreeNodeVisitor
A visitor to get the deepest component given a point in a tree. To obtain the component use the method get(ComponentTreeNode, Point).
Since:
2.5.14
Author:
Tony Chemit - chemit@codelutin.com
  • Constructor Summary

    Constructors
    Constructor Description
    GetCompopentAtPointVisitor​(java.awt.Point p)  
  • Method Summary

    Modifier and Type Method Description
    void endNode​(ComponentTreeNode componentTree)  
    static java.awt.Component get​(ComponentTreeNode node, java.awt.Point p)  
    java.awt.Component getLastComponent()  
    void startNode​(ComponentTreeNode node)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait