Searched defs:dragSourcePoint (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/test/java/awt/datatransfer/DragUnicodeBetweenJVMTest/ |
H A D | DragUnicodeBetweenJVMTest.java | 127 public DragUnicodeBetweenJVMTest (Point targetFrameLocation, Point dragSourcePoint) argument 143 doTest(dragSourcePoint, targetPanel); 146 private void doTest(Point dragSourcePoint, TargetPanel targetPanel) { argument 151 robot.mouseMove((int)dragSourcePoint.getX(),(int)dragSourcePoint.getY()); 162 Util.drag(robot, dragSourcePoint, new Point (AbsoluteComponentCenterCalculator.calculateXCenterCoordinate(targetPanel), 180 Point dragSourcePoint = new Point(InterprocessArguments.DRAG_SOURCE_POINT_X_ARGUMENT.extract(args), 186 new DragUnicodeBetweenJVMTest(targetFrameLocation, dragSourcePoint);
|
/openjdk7/jdk/test/java/awt/dnd/FileListBetweenJVMsTest/ |
H A D | FileListBetweenJVMsTest.java | 98 public FileListBetweenJVMsTest (Point targetFrameLocation, Point dragSourcePoint, argument 109 robot.mouseMove((int)dragSourcePoint.getX(),(int)dragSourcePoint.getY()); 116 Util.drag(robot, dragSourcePoint, targetFrame.getDropTargetPoint(), 134 Point dragSourcePoint = new Point(InterprocessArguments.DRAG_SOURCE_POINT_X_ARGUMENT.extract(args), 141 new FileListBetweenJVMsTest(targetFrameLocation, dragSourcePoint, transferredFilesNumber);
|
/openjdk7/jdk/test/java/awt/dnd/URIListBetweenJVMsTest/ |
H A D | URIListBetweenJVMsTest.java | 107 public URIListBetweenJVMsTest (Point targetFrameLocation, Point dragSourcePoint, argument 118 robot.mouseMove((int)dragSourcePoint.getX(),(int)dragSourcePoint.getY()); 125 Util.drag(robot, dragSourcePoint, targetFrame.getDropTargetPoint(), 143 Point dragSourcePoint = new Point(InterprocessArguments.DRAG_SOURCE_POINT_X_ARGUMENT.extract(args), 150 new URIListBetweenJVMsTest(targetFrameLocation, dragSourcePoint, transferredFilesNumber);
|
/openjdk7/jdk/test/java/awt/DataFlavor/MissedHtmlAndRtfBug/ |
H A D | MissedHtmlAndRtfBug.java | 126 public MissedHtmlAndRtfBug(Point targetFrameLocation, Point dragSourcePoint, DataFlavor df) argument 141 doTest(dragSourcePoint, targetPanel); 144 private void doTest(Point dragSourcePoint, TargetPanel targetPanel) { argument 149 robot.mouseMove((int) dragSourcePoint.getX(), (int) dragSourcePoint.getY()); 160 Util.drag(robot, dragSourcePoint, new Point(AbsoluteComponentCenterCalculator.calculateXCenterCoordinate(targetPanel), 183 Point dragSourcePoint = new Point(InterprocessArguments.DRAG_SOURCE_POINT_X_ARGUMENT.extractInt(args), 191 new MissedHtmlAndRtfBug(targetFrameLocation, dragSourcePoint, df);
|
Completed in 471 milliseconds