| java.lang.Object org.netbeans.test.umllib.util.JPopupByPointChooser
JPopupByPointChooser | public class JPopupByPointChooser implements ComponentChooser(Code) | | author: sp153251 |
JPopupByPointChooser | public JPopupByPointChooser(int x, int y)(Code) | | Creates a new instance of JPopupChooser
Parameters: x - - point to be within Popup area - in scrreen axes Parameters: y - - point to be within Popup area - in scrreen axes |
JPopupByPointChooser | public JPopupByPointChooser(java.awt.Point p)(Code) | | Creates a new instance of JPopupChooser
Parameters: p - - point to be within Popup area - in scrreen axes |
JPopupByPointChooser | public JPopupByPointChooser(int x, int y, int index)(Code) | | Creates a new instance of JPopupChooser
Parameters: index - Parameters: x - - point to be within Popup area - in scrreen axes Parameters: y - - point to be within Popup area - in scrreen axes |
JPopupByPointChooser | public JPopupByPointChooser(int x, int y, Component cmp, int index)(Code) | | Creates a new instance of JPopupChooser
Parameters: index - Parameters: x - - point to be within Popup area - relative to cmp Parameters: y - - point to be within Popup area - relative to cmp Parameters: cmp - - coordinates relative to this component |
JPopupByPointChooser | public JPopupByPointChooser(java.awt.Point p, int index)(Code) | | Creates a new instance of JPopupChooser
Parameters: index - Parameters: p - - point to be within Popup area - in scrreen axes |
JPopupByPointChooser | public JPopupByPointChooser(java.awt.Point p, Component cmp, int index)(Code) | | Creates a new instance of JPopupChooser
Parameters: cmp - Parameters: index - Parameters: p - - point to be within Popup area - in scrreen axes |
checkComponent | public boolean checkComponent(Component component)(Code) | | Parameters: component - |
|
|