Uses of Annotation Interface
org.fest.swing.annotation.RunsInCurrentThread
Packages that use RunsInCurrentThread
Package
Description
Support for testing Java Applets.
Utility methods related to AWT.
Building blocks for all FEST-Swing fixtures.
Common implementations of
GenericTypeMatcher.
Simple (but useful) data structures.
Drivers that simulate user input on GUI
Components.
Support for GUI component access from the event dispatch thread (EDT.)
Component formatters that create a
String representation of GUI components.
GUI component hierarchies.
Monitors that track the state of GUI components (intended for internal use only.)
Queries, executed in the event dispatch thread (EDT,) that read property values from GUI components.
-
Uses of RunsInCurrentThread in org.fest.swing.applet
Methods in org.fest.swing.applet with annotations of type RunsInCurrentThread -
Uses of RunsInCurrentThread in org.fest.swing.awt
Methods in org.fest.swing.awt with annotations of type RunsInCurrentThreadModifier and TypeMethodDescriptionstatic PointReturns a point at the center of the given.Componentstatic PointReturns a point at the center of the given.Rectanglestatic PointAWT.centerOfVisibleRect(JComponent c) Returns a point at the center of the visible rectangle of the given.JComponentstatic InsetsAWT.insetsFrom(Container c) Returns the insets of the given, or an empty one if no insets can be found.Containerstatic ComponentReturns the invoker, if any, of the given; orComponentnull, if theComponentis not on a pop-up of any sort.static booleanAWT.isHeavyWeightPopup(Component c) Returns whether the givenComponentis a heavy-weight pop-up, that is, a container for aJPopupMenuthat is implemented with a heavy-weight component (usually aWindow).static PointAWT.locationOnScreenOf(Component c) Safe version of, which avoids lockup if an AWT pop-up menu is showing.Component.getLocationOnScreen()private static StringAWT.obtainNameSafely(Component c) static PointTranslates the given coordinates to the location on screen of the given.Component -
Uses of RunsInCurrentThread in org.fest.swing.cell
Classes in org.fest.swing.cell with annotations of type RunsInCurrentThreadModifier and TypeInterfaceDescriptioninterfaceUnderstands reading the internal value of a cell in aas expected in a test.JComboBoxinterfaceUnderstands reading the internal value of a cell in aas expected in a test.JListinterfaceUnderstands reading the internal value of a cell in aas expected in a test.JTableinterfaceUnderstands reading the internal value of a cell in aas expected in a test.JTree -
Uses of RunsInCurrentThread in org.fest.swing.core
Methods in org.fest.swing.core with annotations of type RunsInCurrentThreadModifier and TypeMethodDescriptionprivate static voidBasicRobot.dispose(ComponentHierarchy hierarchy, Window w) static ComponentFocusOwnerFinder.focusOwner()Returns the focus owner.HierarchyBasedFocusOwnerFinder.focusOwner()(package private) ComponentContainerFocusOwnerFinder.focusOwnerOf(Container c) private ComponentContainerFocusOwnerFinder.focusOwnerOf(Window w) protected abstract booleanGenericTypeMatcher.isMatching(T component) Verifies that the given component matches some search criteria.booleanBasicRobot.isReadyForInput(Component c) Indicates whether the givenis ready for input.Componentfinal booleanVerifies that the given: Is an instance of the generic type specified in thisComponentMatches some search criteriaComponentMatcherbooleanIndicates whether the givenmatches the criteria specified in this matcher: the text of theComponentattached to the component to look for matches the text specified in this matcher the component to look for is of the type specified in this matcher (if specified) visibility of the givenJLabelmatches the value specified in this matcherComponentbooleanIndicates whether the name and visibility of the givenmatches the value specified in this matcher.ComponentbooleanIndicates whether the type and visibility of the givenmatches the value specified in this matcher.Componentprivate voidBasicRobot.packAndEnsureSafePosition(Window w) private static voidBasicComponentPrinter.print(Component c, int level, PrintStream out) private static voidBasicComponentPrinter.print(Component c, ComponentHierarchy h, ComponentMatcher matcher, int level, PrintStream out) protected final booleanAbstractComponentMatcher.requireShowingMatches(Component c) Indicates if the value of the "showing" property of the given component matches the value specified in this matcher.static WindowWindowAncestorFinder.windowAncestorOf(Component c) Similar to, but returns theSwingUtilities.getWindowAncestor(Component)itself if it is aComponent, or the invoker'sWindowWindowif on a pop-up. -
Uses of RunsInCurrentThread in org.fest.swing.core.matcher
Methods in org.fest.swing.core.matcher with annotations of type RunsInCurrentThreadModifier and TypeMethodDescriptionprotected booleanDialogMatcher.isMatching(Dialog dialog) Indicates whether: the name of the givenDialogis equal to the name in this matcher, and the title of the givenDialogmatches the text (or pattern) in this matcherprotected booleanFrameMatcher.isMatching(Frame frame) Indicates whether the title of the givenis equal to the title in this matcher.Frameprotected booleanJButtonMatcher.isMatching(JButton button) Indicates whether: the name of the givenJButtonis equal to the name in this matcher, and the text of the givenJButtonmatches the text (or pattern) in this matcherprotected booleanJLabelMatcher.isMatching(JLabel button) Indicates whether the text of the givenis equal to the text in this matcher.JLabelprotected booleanJTextComponentMatcher.isMatching(JTextComponent button) Indicates whether the text of the givenis equal to the text in this matcher.JTextComponent -
Uses of RunsInCurrentThread in org.fest.swing.data
Methods in org.fest.swing.data with annotations of type RunsInCurrentThreadModifier and TypeMethodDescriptionprivate static booleanTableCellInRowByValue.matchingRow(JTable table, JTableCellReader cellReader, String[] values, int row) private static voidTableCellInRowByValue.validateEqualSize(JTable table, String[] values) -
Uses of RunsInCurrentThread in org.fest.swing.driver
Classes in org.fest.swing.driver with annotations of type RunsInCurrentThreadModifier and TypeInterfaceDescriptioninterfaceUnderstands reading the value of athat used as a cell renderer.Component(package private) classUnderstands a location in ain a orientation-specific way.JScrollBarMethods in org.fest.swing.driver with annotations of type RunsInCurrentThreadModifier and TypeMethodDescription(package private) static TreePathJTreeAddRootIfInvisibleTask.addRootIfInvisible(JTree tree, TreePath path) JToolBarDriver.ancestorAndLocation(JToolBar toolBar) (package private) intHorizontalJScrollBarLocation.arrow(JScrollBar scrollBar) (package private) intVerticalJScrollBarLocation.arrow(JScrollBar scrollBar) BasicJTableCellReader.backgroundAt(JTable table, int row, int column) Returns the background color of the cell renderer for the given table cell.(package private) PointHorizontalJScrollBarLocation.blockLocation(JScrollBar scrollBar, Point unitLocation, int offset) private static PointJScrollBarDriver.blockLocation(JScrollBar scrollBar, JScrollBarLocation location, int times) private PointJScrollBarLocation.blockLocation(JScrollBar scrollBar, Point unitLocation, int offset) (package private) PointVerticalJScrollBarLocation.blockLocation(JScrollBar scrollBar, Point unitLocation, int offset) JScrollBarLocation.blockLocationToScrollDown(JScrollBar scrollBar) Returns the location where to move the mouse pointer to scroll one block down (or left.)JScrollBarLocation.blockLocationToScrollUp(JScrollBar scrollBar) Returns the location where to move the mouse pointer to scroll one block up (or right.)(package private) static RectangleJListCellBoundsQuery.cellBounds(JList list, int index) JTableLocation.cellBounds(JTable table, int row, int column) Returns the bounds of the given row and column.JTableLocation.cellBounds(JTable table, TableCell cell) Returns the bounds of the given cell.(package private) static PointJListCellCenterQuery.cellCenter(JList list, Rectangle cellBounds) (package private) static ComponentJTableCellEditorQuery.cellEditorIn(JTable table, int row, int column) private static booleanJTableMatchingCellQuery.cellHasValue(JTable table, int row, int column, TextMatcher matcher, JTableCellReader cellReader) private ComponentBasicJComboBoxCellReader.cellRendererComponent(JComboBox comboBox, int index) private ComponentBasicJTableCellReader.cellRendererIn(JTable table, int row, int column) private static voidJTreeVerifySelectionTask.checkSelection(JTree tree, int[] selection, org.fest.assertions.Description errMsg) private static voidJTreeVerifySelectionTask.checkSelection(JTree tree, String[] selection, JTreePathFinder pathFinder, org.fest.assertions.Description errMsg) JInternalFrameDriver.closeInfo(JInternalFrame internalFrame) (package private) static PointWindowLikeContainerLocations.closeLocationOf(Container c) Identifies the coordinates of the 'close' button.private intJTableHeaderLocation.columnCount(JTableHeader header) private StringJTableHeaderLocation.columnName(JTableHeader tableHeader, int index) static IllegalStateExceptionComponentStateValidator.componentNotShowingOnScreenFailure(Component c) Throws awhen aIllegalStateExceptionis not showing on the screen.Componentprivate static IllegalStateExceptionContainerStateValidator.containerNotResizableFailure(Container c) private static voidJSpinnerDriver.decrementValue(JSpinner spinner, int times) JInternalFrameDriver.deiconifyInfo(JInternalFrame internalFrame) private static ContainerJToolBarLocation.dockLocation(JToolBar toolBar, Container dock, String constraint) Returns the location where to dock the given, at the given constraint position.JToolBarprivate static voidJTableStopCellEditingTask.doStopCellEditing(JTable table, int row, int column) private static voidJTableStopCellEditingTask.doStopCellEditing(TableCellEditor cellEditor) protected static <T extends Component>
TFinds the component used as editor for the given.JTableprivate static ComponentJComboBoxDriver.editorComponent(JComboBox comboBox) private static PointJInternalFrameDriver.findIconifyLocation(JInternalFrame internalFrame) (package private) static KeyStroke[]KeyStrokes.findKeyStrokesForAction(String actionName, Object actionKey, InputMap inputMap) private static TableCellJTableMatchingCellQuery.findMatchingCell(JTable table, TextMatcher matcher, JTableCellReader cellReader) (package private) TreePathJTreePathFinder.findMatchingPath(JTree tree, String path) JInternalFrameDriver.findMaximizeLocation(JInternalFrame internalFrame) Returns the font of the cell renderer for the given table cell.BasicJTableCellReader.foregroundAt(JTable table, int row, int column) Returns the foreground color of the cell renderer for the given table cell.(package private) static booleanJTableHasSelectionQuery.hasSelection(JTable table) JInternalFrameDriver.iconifyInfo(JInternalFrame internalFrame) (package private) static PointWindowLikeContainerLocations.iconifyLocationOf(Container c) Identifies the coordinates of the 'iconify' button, returning (0, 0) if not found.private static voidJSpinnerDriver.incrementValue(JSpinner spinner, int times) intJTabbedPaneLocation.indexOf(JTabbedPane tabbedPane, String title) Returns the index of the first tab that matches the givenString.intJTabbedPaneLocation.indexOf(JTabbedPane tabbedPane, TextMatcher matcher) Returns the index of the first tab whose title matches the value in the given.TextMatcherintJTableHeaderLocation.indexOf(JTableHeader tableHeader, TextMatcher matcher) Returns the index of the column which name matches the value in the given, or -1 if a matching column was not found.TextMatcher(package private) static intJTabbedPaneTabIndexQuery.indexOfTab(JTabbedPane tabbedPane, TextMatcher matcher) (package private) static booleanJTableCellEditableQuery.isCellEditable(JTable table, TableCell cell) (package private) static booleanJTableSingleRowCellSelectedQuery.isCellSelected(JTable table, int row, int column) private booleanJToolBarLocation.isHorizontal(JToolBar toolBar) (package private) static booleanJInternalFrameIconQuery.isIconified(JInternalFrame frame) (package private) static booleanJToolBarIsFloatingQuery.isJToolBarFloating(JToolBar toolBar) private static booleanJTextComponentDriver.isRectangleVisible(JTextComponent textBox, Rectangle r) private static booleanContainerStateValidator.isResizable(Container c) private booleanJTableHeaderLocation.isValidIndex(JTableHeader tableHeader, int index) protected final booleanJComponentDriver.isVisible(JComponent c, Point p) protected static booleanJComponentDriver.isVisible(JComponent c, Rectangle r) Indicates whether the given's visibleJComponentcontains the given one.Rectangleprivate static KeyStroke[]JComponentDriver.keyStrokesForAction(JComponent component, String actionName) (package private) final PointJSliderLocation.JSliderLocationStrategy.locationForValue(JSlider slider, int value) private static RectangleJTextComponentDriver.locationOf(JTextComponent textBox, int index) private JScrollBarLocationStrategyJScrollBarLocation.locationStrategyFor(JScrollBar scrollBar) (package private) static intHorizontalJSplitPaneDividerLocation.locationToMoveDividerToHorizontally(JSplitPane splitPane, int desiredLocation) (package private) static intVerticalJSplitPaneDividerLocation.locationToMoveDividerToVertically(JSplitPane splitPane, int desiredLocation) booleanIndicates whether the given component is awhose text matches the path specified in this matcher.JMenuItem(package private) static intJListMatchingItemQuery.matchingItemIndex(JList list, TextMatcher matcher, JListCellReader cellReader) (package private) static TreePathJTreeMatchingPathQuery.matchingPathWithRootIfInvisible(JTree tree, String path, JTreePathFinder pathFinder) (package private) int(package private) abstract int(package private) int(package private) static PointWindowLikeContainerLocations.maximizeLocationOf(Container c) Identifies the coordinates of the 'maximize' button.private intJScrollBarLocation.maximumMinusMinimum(JScrollBar scrollBar) private ComponentJMenuItemMatcher.parentOrInvokerOf(JMenuItem menuItem) JTreeLocation.pathBoundsAndCoordinates(JTree tree, TreePath path) Returns the bounds and visible coordinates of the given path.Returns the path for the given row.private Stringprivate floatprotected final voidComponentDriver.performAccessibleActionOf(Component c) Performs thein the givenAccessibleAction's event queue.Component(package private) static voidComponentPerformDefaultAccessibleActionTask.performDefaultAccessibleAction(Component c) private static PointJTableHeaderLocation.point(JTableHeader tableHeader, int index) PointAndParentForScrollingJTextFieldQuery.pointAndParentForScrolling(JTextField textField) Returns the coordinates of the given value in the given.JSliderJTabbedPaneLocation.pointAt(JTabbedPane tabbedPane, int index) Returns the coordinates of the tab under the given index.JTableHeaderLocation.pointAt(JTableHeader tableHeader, int index) Returns the coordinates of the column under the given index.JTableHeaderLocation.pointAt(JTableHeader tableHeader, TextMatcher matcher) Returns the index and the coordinates of the column which name matches the value in the given.TextMatcherConverts the given row and column into a coordinate pair.JToolBarLocation.pointToGrab(JToolBar toolBar) Returns the point where to grab the given.JToolBarJTreeLocation.rowBoundsAndCoordinates(JTree tree, int row) Returns the bounds and visible coordinates of the given row.JScrollBarDriver.scrollBlockInfo(JScrollBar scrollBar, JScrollBarLocation location, int times) private static GenericRange<Point>JScrollBarDriver.scrollInfo(JScrollBar scrollBar, JScrollBarLocation location, int position) protected static voidAbstractJTableCellWriter.scrollToCell(JTable table, int row, int column, JTableLocation location) Scrolls the givento the given cell.JTableprivate static voidJTableDriver.scrollToCell(JTable table, int row, int column, JTableLocation location) private static voidJTableDriver.scrollToCell(JTable table, TableCell cell, JTableLocation location) private static PointJListScrollToItemTask.scrollToItemWithIndex(JList list, int index) private static PointJListScrollToItemTask.scrollToItemWithIndexIfNotSelectedYet(JList list, int index) private static PointJTreeDriver.scrollToTreePath(JTree tree, TreePath path, JTreeLocation location) protected final voidJComponentDriver.scrollToVisible(JComponent c, Rectangle r) Invokeon the givenJComponent.scrollRectToVisible(Rectangle).JComponentprivate static PointJTextComponentDriver.scrollToVisible(JTextComponent textBox, int index) Move the pointer to the location of the given index.private static voidJTextComponentDriver.scrollToVisible(JTextComponent textBox, Rectangle r) private static PointJTreeDriver.scrollToVisible(JTree tree, int row, JTreeLocation location) private static voidJTextComponentDriver.scrollToVisibleIfIsTextField(JTextComponent textBox, Rectangle r) JScrollBarDriver.scrollUnitInfo(JScrollBar scrollBar, JScrollBarLocation location, int times) (package private) static voidJTextComponentSelectTextTask.selectTextInRange(JTextComponent textBox, int start, int end) private static GenericRange<Point>JSliderDriver.slideInfo(JSlider slider, JSliderLocation location, int value) (package private) PointHorizontalJScrollBarLocation.thumbLocation(JScrollBar scrollBar, double fraction) JScrollBarLocation.thumbLocation(JScrollBar scrollBar, int position) Returns the location where to move the mouse pointer to scroll to the given position.(package private) PointVerticalJScrollBarLocation.thumbLocation(JScrollBar scrollBar, double fraction) (package private) static voidJTreeToggleExpandStateTask.toggleExpandState(JTree tree, Point pathLocation) (package private) PointHorizontalJScrollBarLocation.unitLocationToScrollDown(JScrollBar scrollBar) JScrollBarLocation.unitLocationToScrollDown(JScrollBar scrollBar) Returns the location where to move the mouse pointer to scroll one unit down (or left.)(package private) PointVerticalJScrollBarLocation.unitLocationToScrollDown(JScrollBar scrollBar) JScrollBarLocation.unitLocationToScrollUp(JScrollBar scrollBar) Returns the location where to move the mouse pointer to scroll one unit up (or right.)(package private) Point(package private) abstract Point(package private) Pointprotected static voidValidates that: the givenJTableis enabled and showing on the screen the row and column indices are correct (not out of bounds) the table cell at the given indices is editableprivate static voidJInternalFrameDriver.validateCanClose(JInternalFrame internalFrame) private static voidJInternalFrameDriver.validateCanMaximize(JInternalFrame internalFrame) private static voidContainerDriver.validateCanMove(Container c) (package private) static voidContainerStateValidator.validateCanResize(Container c) private static voidContainerStateValidator.validateCanResize(JInternalFrame internalFrame) static voidJTableCellValidator.validateCellIndices(JTable table, TableCell cell) Validates that the given table cell is nonnulland its indices are not out of bounds.static voidJTableCellValidator.validateCellIsEditable(JTable table, int row, int column) Validates that the table cell in the given coordinates is editable.static voidJTableCellValidator.validateColumnIndex(JTable table, int column) Validates that the given column index exists in the given table.private intJTableHeaderLocation.validatedIndex(JTableHeader tableHeader, int index) (package private) static voidJComboBoxAccessibleEditorValidator.validateEditorIsAccessible(JComboBox comboBox) private static voidJFileChooserSelectFileTask.validateFileToChoose(JFileChooser fileChooser, File file) (package private) static voidJComboBoxItemIndexValidator.validateIndex(JComboBox comboBox, int index) (package private) static voidJListItemIndexValidator.validateIndex(JList list, int index) (package private) voidJTabbedPaneLocation.validateIndex(JTabbedPane tabbedPane, int index) private static voidJTableCellValidator.validateIndex(int index, int itemCount, String indexName) (package private) static voidJListItemIndexValidator.validateIndices(JList list, int... indices) static voidJTableCellValidator.validateIndices(JTable table, int row, int column) Validates the given indices regarding the given table.static voidComponentStateValidator.validateIsEnabled(Component c) Asserts that theis enabled.Componentstatic voidComponentStateValidator.validateIsEnabledAndShowing(Component c) Asserts that theis enabled and showing.Componentprivate static voidJToolBarDriver.validateIsFloatable(JToolBar toolBar) static voidComponentStateValidator.validateIsShowing(Component c) Asserts that theis showing on the screen.Componentprivate static voidJInternalFrameDriver.validateIsShowingOrIconified(JInternalFrame internalFrame) private static voidJScrollBarDriver.validatePosition(JScrollBar scrollBar, int position) static voidJTableCellValidator.validateRowIndex(JTable table, int row) Validates that the given row index exists in the given table.private static voidJSliderDriver.validateValue(JSlider slider, int value) intJTreeLocation.validIndex(JTree tree, int row) Validates that the given row index is valid.Returns the internal value of a cell in aas expected in a test.JComboBoxReturns the internal value of a cell in aas expected in a test.JListReturns the internal value of a cell in aas expected in a test.JTableReturns the internal value of a cell in aas expected in a test.JTreeReads the value in the given cell renderer component, or returnsnullif the renderer belongs to an unknown component type.private static voidJTextComponentDriver.verifyTextWasSelected(JTextComponent textBox, int start, int end) protected final booleanComponentDriver.waitForShowing(Component c, long timeout) Wait the given number of milliseconds for theto be showing and ready.Componentprivate static GenericRange<Point>JSplitPaneDriver.whereToMoveDividerHorizontally(JSplitPane splitPane, int location) private static GenericRange<Point>JSplitPaneDriver.whereToMoveDividerVertically(JSplitPane splitPane, int location) Constructors in org.fest.swing.driver with annotations of type RunsInCurrentThreadModifierConstructorDescriptionJMenuItemLocation(JMenuItem menuItem) Creates a newJMenuItemLocation. -
Uses of RunsInCurrentThread in org.fest.swing.edt
Methods in org.fest.swing.edt with annotations of type RunsInCurrentThreadModifier and TypeMethodDescriptionprotected abstract StringGuiLazyLoadingDescription.loadDescription() -
Uses of RunsInCurrentThread in org.fest.swing.format
Methods in org.fest.swing.format with annotations of type RunsInCurrentThread -
Uses of RunsInCurrentThread in org.fest.swing.hierarchy
Classes in org.fest.swing.hierarchy with annotations of type RunsInCurrentThreadModifier and TypeInterfaceDescriptioninterfaceUnderstands access to all components in a hierarchy.Methods in org.fest.swing.hierarchy with annotations of type RunsInCurrentThreadModifier and TypeMethodDescription(package private) Collection<Component>ChildrenFinder.childrenOf(Component c) ExistingHierarchy.childrenOf(Component c) Returns all descendants of interest of the given component.NewHierarchy.childrenOf(Component c) Returns all sub-components of the given component, omitting those which are currently filtered.ContainerComponentsQuery.componentsOf(Container container) booleanReturnstrueif the given component is not filtered.(package private) static JDesktopPaneJInternalFrameDesktopPaneQuery.desktopPaneOf(JInternalFrame internalFrame) voidProperly dispose of the given window, making it and its native resources available for garbage collection.voidDispose of the given window, but only if it currently exists within the hierarchy.(package private) voidvoidNewHierarchy.ignoreExisting()Make all currently existing components invisible to this hierarchy, without affecting their current state.private Collection<Component>JDesktopPaneChildrenFinder.internalFramesFromIcons(Container c) (package private) ComponentParentFinder.invokerFor(Component c) Returns the invoker, if any, of the given component.(package private) booleanChildrenFinderStrategy.nonExplicitChildrenOf(Container c) Returns the non-explicit children of a container.JDesktopPaneChildrenFinder.nonExplicitChildrenOf(Container c) JMenuChildrenFinder.nonExplicitChildrenOf(Container c) WindowChildrenFinder.nonExplicitChildrenOf(Container c) private Collection<Component>WindowChildrenFinder.ownedWindows(Window w) Return the parent for the given component.(package private) ContainerReturn the parent for the given component.private ContainerParentFinder.parentOf(JInternalFrame internalFrame) voidMake the given component visible to this hierarchy.(package private) voidvoidIgnoreWindowTask.run()private void -
Uses of RunsInCurrentThread in org.fest.swing.monitor
Methods in org.fest.swing.monitor with annotations of type RunsInCurrentThreadModifier and TypeMethodDescription(package private) voidEventQueueMapping.addQueueFor(Component c) (package private) PointWindowMetrics.center()private voidprivate intWindowMetrics.horizontalCenter()private booleanWindowStatus.isEmptyFrame(Window w) (package private) intWindowMetrics.leftAndRightInsets()private voidWindowStatus.makeLargeEnoughToReceiveEvents(Window window, WindowMetrics metrics) (package private) voidWindows.markExisting(Window w) Marks the given window as "ready to use" and if not showing, as "hidden."private intWindowStatus.proposedHeight(WindowMetrics metrics) private intWindowStatus.proposedWidth(WindowMetrics metrics) (package private) EventQueue(package private) voidWindowEventQueueMapping.removeMappingFor(Component component) (package private) intWindowMetrics.topAndBottomInsets()private intWindowMetrics.verticalCenter()Constructors in org.fest.swing.monitor with annotations of type RunsInCurrentThreadModifierConstructorDescription(package private)(package private)WindowMonitor(Toolkit toolkit) Create an instance of WindowTracker which will track all windows coming and going on the current and subsequentAppContexts.(package private)WindowMonitor(Toolkit toolkit, Context context, WindowStatus windowStatus) -
Uses of RunsInCurrentThread in org.fest.swing.query
Methods in org.fest.swing.query with annotations of type RunsInCurrentThreadModifier and TypeMethodDescriptionstatic intJTableColumnByIdentifierQuery.columnIndexByIdentifier(JTable table, Object identifier) Returns the index of a column in awhose identifier matches the given one.JTable