Uses of Class
org.fest.swing.util.Pair
Packages that use Pair
Package
Description
Building blocks for all FEST-Swing fixtures.
Drivers that simulate user input on GUI
Components.
Monitors that track the state of GUI components (intended for internal use only.)
Some useful utility methods.
-
Uses of Pair in org.fest.swing.core
Methods in org.fest.swing.core that return PairModifier and TypeMethodDescriptionBasicRobot.invokerAndCenterOfInvoker(JPopupMenu popupMenu) BasicRobot.windowAncestorsOf(Component one, Component two) -
Uses of Pair in org.fest.swing.driver
Fields in org.fest.swing.driver declared as PairMethods in org.fest.swing.driver that return PairModifier and TypeMethodDescriptionJToolBarDriver.ancestorAndLocation(JToolBar toolBar) JTableDriver.cellSelectionInfo(JTable table, int row, int column, JTableLocation location) JInternalFrameDriver.closeInfo(JInternalFrame internalFrame) JTableCheckBoxEditorCellWriter.doStartCellEditing(JTable table, int row, int column, JTableLocation location) JInternalFrameDriver.findMaximizeLocation(JInternalFrame internalFrame) JToolBarDriver.floatInfo(JToolBar toolBar, JToolBarLocation location) JInternalFrameDriver.iconifyInfo(JInternalFrame internalFrame) JProgressBarMinimumAndMaximumQuery.minimumAndMaximumOf(JProgressBar progressBar) JTreeLocation.pathBoundsAndCoordinates(JTree tree, TreePath path) Returns the bounds and visible coordinates of the given path.PointAndParentForScrollingJTextFieldQuery.pointAndParentForScrolling(JTextField textField) JTableHeaderLocation.pointAt(JTableHeader tableHeader, TextMatcher matcher) Returns the index and the coordinates of the column which name matches the value in the given.TextMatcherContainerDriver.resizeInfo(Container c) JTreeLocation.rowBoundsAndCoordinates(JTree tree, int row) Returns the bounds and visible coordinates of the given row.JScrollBarDriver.scrollBlockInfo(JScrollBar scrollBar, JScrollBarLocation location, int times) JListScrollToItemTask.scrollToItem(JList list, TextMatcher matcher, JListCellReader cellReader) JListScrollToItemTask.scrollToItemIfNotSelectedYet(JList list, TextMatcher matcher, JListCellReader cellReader) JTreeDriver.scrollToPathToSelect(JTree tree, TreePath path, JTreeLocation location) JTreeDriver.scrollToRow(JTree tree, int row, JTreeLocation location) JScrollBarDriver.scrollUnitInfo(JScrollBar scrollBar, JScrollBarLocation location, int times) JTabbedPaneDriver.tabToSelectInfo(JTabbedPaneLocation location, JTabbedPane tabbedPane, TextMatcher matcher) private static Pair<GenericRange<Point>,Container> JToolBarDriver.unfloatInfo(JToolBar toolBar, String constraint, JToolBarLocation location) JInternalFrameDriver.validateAndFindCloseInfo(JInternalFrame internalFrame) JInternalFrameDriver.validateAndfindIconifyInfo(JInternalFrame internalFrame) JInternalFrameDriver.validateAndFindMaximizeLocation(JInternalFrame internalFrame) JInternalFrameDriver.validateAndFindNormalizeLocation(JInternalFrame internalFrame) JScrollBarDriver.validateAndFindScrollBlockInfo(JScrollBar scrollBar, JScrollBarLocation location, int times) private static Pair<Integer,GenericRange<Point>> JScrollBarDriver.validateAndFindScrollToMaximumInfo(JScrollBar scrollBar, JScrollBarLocation location) private static Pair<Integer,GenericRange<Point>> JScrollBarDriver.validateAndFindScrollToMinimumInfo(JScrollBar scrollBar, JScrollBarLocation location) JScrollBarDriver.validateAndFindScrollUnitInfo(JScrollBar scrollBar, JScrollBarLocation location, int times) private static Pair<Integer,GenericRange<Point>> JSliderDriver.validateAndFindSlideToMaximumInfo(JSlider slider, JSliderLocation location) private static Pair<Integer,GenericRange<Point>> JSliderDriver.validateAndFindSlideToMinimumInfo(JSlider slider, JSliderLocation location) Methods in org.fest.swing.driver that return types with arguments of type PairModifier and TypeMethodDescriptionJToolBarDriver.floatInfo(JToolBar toolBar, JToolBarLocation location) Methods in org.fest.swing.driver with parameters of type PairModifier and TypeMethodDescriptionprivate PointJListDriver.cellCenterIn(Pair<Integer, Point> scrollInfo) private voidprivate voidJInternalFrameDriver.maximizeOrNormalize(JInternalFrame internalFrame, JInternalFrameAction action, Pair<Container, Point> toMoveMouseTo) private voidprivate static PointContainerDriver.resizeLocation(Pair<Dimension, Insets> resizeInfo) private voidJScrollBarDriver.scroll(JScrollBar scrollBar, Pair<Point, Integer> scrollInfo) private voidContainerDriver.simulateResizeStarted(Container c, Pair<Dimension, Insets> resizeInfo, int x, int y) private voidprivate voidMethod parameters in org.fest.swing.driver with type arguments of type Pair -
Uses of Pair in org.fest.swing.monitor
Methods in org.fest.swing.monitor that return PairModifier and TypeMethodDescriptionprivate static Pair<WindowMetrics,Point> WindowStatus.metricsAndCenter(Window w) -
Uses of Pair in org.fest.swing.util
Subclasses of Pair in org.fest.swing.util