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
Component
s.
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 Point
Returns a point at the center of the given
.Component
static Point
Returns a point at the center of the given
.Rectangle
static Point
AWT.centerOfVisibleRect
(JComponent c) Returns a point at the center of the visible rectangle of the given
.JComponent
static Insets
AWT.insetsFrom
(Container c) Returns the insets of the given
, or an empty one if no insets can be found.Container
static Component
Returns the invoker, if any, of the given
; orComponent
null
, if theComponent
is not on a pop-up of any sort.static boolean
AWT.isHeavyWeightPopup
(Component c) Returns whether the givenComponent
is a heavy-weight pop-up, that is, a container for aJPopupMenu
that is implemented with a heavy-weight component (usually aWindow
).static Point
AWT.locationOnScreenOf
(Component c) Safe version of
, which avoids lockup if an AWT pop-up menu is showing.Component.getLocationOnScreen()
private static String
AWT.obtainNameSafely
(Component c) static Point
Translates 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 TypeInterfaceDescriptioninterface
Understands reading the internal value of a cell in a
as expected in a test.JComboBox
interface
Understands reading the internal value of a cell in a
as expected in a test.JList
interface
Understands reading the internal value of a cell in a
as expected in a test.JTable
interface
Understands reading the internal value of a cell in a
as 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 void
BasicRobot.dispose
(ComponentHierarchy hierarchy, Window w) static Component
FocusOwnerFinder.focusOwner()
Returns the focus owner.HierarchyBasedFocusOwnerFinder.focusOwner()
(package private) Component
ContainerFocusOwnerFinder.focusOwnerOf
(Container c) private Component
ContainerFocusOwnerFinder.focusOwnerOf
(Window w) protected abstract boolean
GenericTypeMatcher.isMatching
(T component) Verifies that the given component matches some search criteria.boolean
BasicRobot.isReadyForInput
(Component c) Indicates whether the given
is ready for input.Component
final boolean
Verifies that the given
: Is an instance of the generic type specified in thisComponent
Matches some search criteriaComponentMatcher
boolean
Indicates whether the given
matches the criteria specified in this matcher: the text of theComponent
attached 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 givenJLabel
matches the value specified in this matcherComponent
boolean
Indicates whether the name and visibility of the given
matches the value specified in this matcher.Component
boolean
Indicates whether the type and visibility of the given
matches the value specified in this matcher.Component
private void
BasicRobot.packAndEnsureSafePosition
(Window w) private static void
BasicComponentPrinter.print
(Component c, int level, PrintStream out) private static void
BasicComponentPrinter.print
(Component c, ComponentHierarchy h, ComponentMatcher matcher, int level, PrintStream out) protected final boolean
AbstractComponentMatcher.requireShowingMatches
(Component c) Indicates if the value of the "showing" property of the given component matches the value specified in this matcher.static Window
WindowAncestorFinder.windowAncestorOf
(Component c) Similar to
, but returns theSwingUtilities.getWindowAncestor(Component)
itself if it is aComponent
, or the invoker'sWindow
Window
if 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 boolean
DialogMatcher.isMatching
(Dialog dialog) Indicates whether: the name of the givenDialog
is equal to the name in this matcher, and the title of the givenDialog
matches the text (or pattern) in this matcherprotected boolean
FrameMatcher.isMatching
(Frame frame) Indicates whether the title of the given
is equal to the title in this matcher.Frame
protected boolean
JButtonMatcher.isMatching
(JButton button) Indicates whether: the name of the givenJButton
is equal to the name in this matcher, and the text of the givenJButton
matches the text (or pattern) in this matcherprotected boolean
JLabelMatcher.isMatching
(JLabel button) Indicates whether the text of the given
is equal to the text in this matcher.JLabel
protected boolean
JTextComponentMatcher.isMatching
(JTextComponent button) Indicates whether the text of the given
is 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 boolean
TableCellInRowByValue.matchingRow
(JTable table, JTableCellReader cellReader, String[] values, int row) private static void
TableCellInRowByValue.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 TypeInterfaceDescriptioninterface
Understands reading the value of a
that used as a cell renderer.Component
(package private) class
Understands a location in a
in a orientation-specific way.JScrollBar
Methods in org.fest.swing.driver with annotations of type RunsInCurrentThreadModifier and TypeMethodDescription(package private) static TreePath
JTreeAddRootIfInvisibleTask.addRootIfInvisible
(JTree tree, TreePath path) JToolBarDriver.ancestorAndLocation
(JToolBar toolBar) (package private) int
HorizontalJScrollBarLocation.arrow
(JScrollBar scrollBar) (package private) int
VerticalJScrollBarLocation.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) Point
HorizontalJScrollBarLocation.blockLocation
(JScrollBar scrollBar, Point unitLocation, int offset) private static Point
JScrollBarDriver.blockLocation
(JScrollBar scrollBar, JScrollBarLocation location, int times) private Point
JScrollBarLocation.blockLocation
(JScrollBar scrollBar, Point unitLocation, int offset) (package private) Point
VerticalJScrollBarLocation.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 Rectangle
JListCellBoundsQuery.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 Point
JListCellCenterQuery.cellCenter
(JList list, Rectangle cellBounds) (package private) static Component
JTableCellEditorQuery.cellEditorIn
(JTable table, int row, int column) private static boolean
JTableMatchingCellQuery.cellHasValue
(JTable table, int row, int column, TextMatcher matcher, JTableCellReader cellReader) private Component
BasicJComboBoxCellReader.cellRendererComponent
(JComboBox comboBox, int index) private Component
BasicJTableCellReader.cellRendererIn
(JTable table, int row, int column) private static void
JTreeVerifySelectionTask.checkSelection
(JTree tree, int[] selection, org.fest.assertions.Description errMsg) private static void
JTreeVerifySelectionTask.checkSelection
(JTree tree, String[] selection, JTreePathFinder pathFinder, org.fest.assertions.Description errMsg) JInternalFrameDriver.closeInfo
(JInternalFrame internalFrame) (package private) static Point
WindowLikeContainerLocations.closeLocationOf
(Container c) Identifies the coordinates of the 'close' button.private int
JTableHeaderLocation.columnCount
(JTableHeader header) private String
JTableHeaderLocation.columnName
(JTableHeader tableHeader, int index) static IllegalStateException
ComponentStateValidator.componentNotShowingOnScreenFailure
(Component c) Throws a
when aIllegalStateException
is not showing on the screen.Component
private static IllegalStateException
ContainerStateValidator.containerNotResizableFailure
(Container c) private static void
JSpinnerDriver.decrementValue
(JSpinner spinner, int times) JInternalFrameDriver.deiconifyInfo
(JInternalFrame internalFrame) private static Container
JToolBarLocation.dockLocation
(JToolBar toolBar, Container dock, String constraint) Returns the location where to dock the given
, at the given constraint position.JToolBar
private static void
JTableStopCellEditingTask.doStopCellEditing
(JTable table, int row, int column) private static void
JTableStopCellEditingTask.doStopCellEditing
(TableCellEditor cellEditor) protected static <T extends Component>
TFinds the component used as editor for the given
.JTable
private static Component
JComboBoxDriver.editorComponent
(JComboBox comboBox) private static Point
JInternalFrameDriver.findIconifyLocation
(JInternalFrame internalFrame) (package private) static KeyStroke[]
KeyStrokes.findKeyStrokesForAction
(String actionName, Object actionKey, InputMap inputMap) private static TableCell
JTableMatchingCellQuery.findMatchingCell
(JTable table, TextMatcher matcher, JTableCellReader cellReader) (package private) TreePath
JTreePathFinder.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 boolean
JTableHasSelectionQuery.hasSelection
(JTable table) JInternalFrameDriver.iconifyInfo
(JInternalFrame internalFrame) (package private) static Point
WindowLikeContainerLocations.iconifyLocationOf
(Container c) Identifies the coordinates of the 'iconify' button, returning (0, 0) if not found.private static void
JSpinnerDriver.incrementValue
(JSpinner spinner, int times) int
JTabbedPaneLocation.indexOf
(JTabbedPane tabbedPane, String title) Returns the index of the first tab that matches the givenString
.int
JTabbedPaneLocation.indexOf
(JTabbedPane tabbedPane, TextMatcher matcher) Returns the index of the first tab whose title matches the value in the given
.TextMatcher
int
JTableHeaderLocation.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 int
JTabbedPaneTabIndexQuery.indexOfTab
(JTabbedPane tabbedPane, TextMatcher matcher) (package private) static boolean
JTableCellEditableQuery.isCellEditable
(JTable table, TableCell cell) (package private) static boolean
JTableSingleRowCellSelectedQuery.isCellSelected
(JTable table, int row, int column) private boolean
JToolBarLocation.isHorizontal
(JToolBar toolBar) (package private) static boolean
JInternalFrameIconQuery.isIconified
(JInternalFrame frame) (package private) static boolean
JToolBarIsFloatingQuery.isJToolBarFloating
(JToolBar toolBar) private static boolean
JTextComponentDriver.isRectangleVisible
(JTextComponent textBox, Rectangle r) private static boolean
ContainerStateValidator.isResizable
(Container c) private boolean
JTableHeaderLocation.isValidIndex
(JTableHeader tableHeader, int index) protected final boolean
JComponentDriver.isVisible
(JComponent c, Point p) protected static boolean
JComponentDriver.isVisible
(JComponent c, Rectangle r) Indicates whether the given
's visibleJComponent
contains the given one.Rectangle
private static KeyStroke[]
JComponentDriver.keyStrokesForAction
(JComponent component, String actionName) (package private) final Point
JSliderLocation.JSliderLocationStrategy.locationForValue
(JSlider slider, int value) private static Rectangle
JTextComponentDriver.locationOf
(JTextComponent textBox, int index) private JScrollBarLocationStrategy
JScrollBarLocation.locationStrategyFor
(JScrollBar scrollBar) (package private) static int
HorizontalJSplitPaneDividerLocation.locationToMoveDividerToHorizontally
(JSplitPane splitPane, int desiredLocation) (package private) static int
VerticalJSplitPaneDividerLocation.locationToMoveDividerToVertically
(JSplitPane splitPane, int desiredLocation) boolean
Indicates whether the given component is a
whose text matches the path specified in this matcher.JMenuItem
(package private) static int
JListMatchingItemQuery.matchingItemIndex
(JList list, TextMatcher matcher, JListCellReader cellReader) (package private) static TreePath
JTreeMatchingPathQuery.matchingPathWithRootIfInvisible
(JTree tree, String path, JTreePathFinder pathFinder) (package private) int
(package private) abstract int
(package private) int
(package private) static Point
WindowLikeContainerLocations.maximizeLocationOf
(Container c) Identifies the coordinates of the 'maximize' button.private int
JScrollBarLocation.maximumMinusMinimum
(JScrollBar scrollBar) private Component
JMenuItemMatcher.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 String
private float
protected final void
ComponentDriver.performAccessibleActionOf
(Component c) Performs the
in the givenAccessibleAction
's event queue.Component
(package private) static void
ComponentPerformDefaultAccessibleActionTask.performDefaultAccessibleAction
(Component c) private static Point
JTableHeaderLocation.point
(JTableHeader tableHeader, int index) PointAndParentForScrollingJTextFieldQuery.pointAndParentForScrolling
(JTextField textField) Returns the coordinates of the given value in the given
.JSlider
JTabbedPaneLocation.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
.TextMatcher
Converts the given row and column into a coordinate pair.JToolBarLocation.pointToGrab
(JToolBar toolBar) Returns the point where to grab the given
.JToolBar
JTreeLocation.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 void
AbstractJTableCellWriter.scrollToCell
(JTable table, int row, int column, JTableLocation location) Scrolls the given
to the given cell.JTable
private static void
JTableDriver.scrollToCell
(JTable table, int row, int column, JTableLocation location) private static void
JTableDriver.scrollToCell
(JTable table, TableCell cell, JTableLocation location) private static Point
JListScrollToItemTask.scrollToItemWithIndex
(JList list, int index) private static Point
JListScrollToItemTask.scrollToItemWithIndexIfNotSelectedYet
(JList list, int index) private static Point
JTreeDriver.scrollToTreePath
(JTree tree, TreePath path, JTreeLocation location) protected final void
JComponentDriver.scrollToVisible
(JComponent c, Rectangle r) Invoke
on the givenJComponent.scrollRectToVisible(Rectangle)
.JComponent
private static Point
JTextComponentDriver.scrollToVisible
(JTextComponent textBox, int index) Move the pointer to the location of the given index.private static void
JTextComponentDriver.scrollToVisible
(JTextComponent textBox, Rectangle r) private static Point
JTreeDriver.scrollToVisible
(JTree tree, int row, JTreeLocation location) private static void
JTextComponentDriver.scrollToVisibleIfIsTextField
(JTextComponent textBox, Rectangle r) JScrollBarDriver.scrollUnitInfo
(JScrollBar scrollBar, JScrollBarLocation location, int times) (package private) static void
JTextComponentSelectTextTask.selectTextInRange
(JTextComponent textBox, int start, int end) private static GenericRange<Point>
JSliderDriver.slideInfo
(JSlider slider, JSliderLocation location, int value) (package private) Point
HorizontalJScrollBarLocation.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) Point
VerticalJScrollBarLocation.thumbLocation
(JScrollBar scrollBar, double fraction) (package private) static void
JTreeToggleExpandStateTask.toggleExpandState
(JTree tree, Point pathLocation) (package private) Point
HorizontalJScrollBarLocation.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) Point
VerticalJScrollBarLocation.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) Point
protected static void
Validates that: the givenJTable
is 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 void
JInternalFrameDriver.validateCanClose
(JInternalFrame internalFrame) private static void
JInternalFrameDriver.validateCanMaximize
(JInternalFrame internalFrame) private static void
ContainerDriver.validateCanMove
(Container c) (package private) static void
ContainerStateValidator.validateCanResize
(Container c) private static void
ContainerStateValidator.validateCanResize
(JInternalFrame internalFrame) static void
JTableCellValidator.validateCellIndices
(JTable table, TableCell cell) Validates that the given table cell is nonnull
and its indices are not out of bounds.static void
JTableCellValidator.validateCellIsEditable
(JTable table, int row, int column) Validates that the table cell in the given coordinates is editable.static void
JTableCellValidator.validateColumnIndex
(JTable table, int column) Validates that the given column index exists in the given table.private int
JTableHeaderLocation.validatedIndex
(JTableHeader tableHeader, int index) (package private) static void
JComboBoxAccessibleEditorValidator.validateEditorIsAccessible
(JComboBox comboBox) private static void
JFileChooserSelectFileTask.validateFileToChoose
(JFileChooser fileChooser, File file) (package private) static void
JComboBoxItemIndexValidator.validateIndex
(JComboBox comboBox, int index) (package private) static void
JListItemIndexValidator.validateIndex
(JList list, int index) (package private) void
JTabbedPaneLocation.validateIndex
(JTabbedPane tabbedPane, int index) private static void
JTableCellValidator.validateIndex
(int index, int itemCount, String indexName) (package private) static void
JListItemIndexValidator.validateIndices
(JList list, int... indices) static void
JTableCellValidator.validateIndices
(JTable table, int row, int column) Validates the given indices regarding the given table.static void
ComponentStateValidator.validateIsEnabled
(Component c) Asserts that the
is enabled.Component
static void
ComponentStateValidator.validateIsEnabledAndShowing
(Component c) Asserts that the
is enabled and showing.Component
private static void
JToolBarDriver.validateIsFloatable
(JToolBar toolBar) static void
ComponentStateValidator.validateIsShowing
(Component c) Asserts that the
is showing on the screen.Component
private static void
JInternalFrameDriver.validateIsShowingOrIconified
(JInternalFrame internalFrame) private static void
JScrollBarDriver.validatePosition
(JScrollBar scrollBar, int position) static void
JTableCellValidator.validateRowIndex
(JTable table, int row) Validates that the given row index exists in the given table.private static void
JSliderDriver.validateValue
(JSlider slider, int value) int
JTreeLocation.validIndex
(JTree tree, int row) Validates that the given row index is valid.Returns the internal value of a cell in a
as expected in a test.JComboBox
Returns the internal value of a cell in a
as expected in a test.JList
Returns the internal value of a cell in a
as expected in a test.JTable
Returns the internal value of a cell in a
as expected in a test.JTree
Reads the value in the given cell renderer component, or returnsnull
if the renderer belongs to an unknown component type.private static void
JTextComponentDriver.verifyTextWasSelected
(JTextComponent textBox, int start, int end) protected final boolean
ComponentDriver.waitForShowing
(Component c, long timeout) Wait the given number of milliseconds for the
to be showing and ready.Component
private 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 String
GuiLazyLoadingDescription.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 TypeInterfaceDescriptioninterface
Understands 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) boolean
Returnstrue
if the given component is not filtered.(package private) static JDesktopPane
JInternalFrameDesktopPaneQuery.desktopPaneOf
(JInternalFrame internalFrame) void
Properly dispose of the given window, making it and its native resources available for garbage collection.void
Dispose of the given window, but only if it currently exists within the hierarchy.(package private) void
void
NewHierarchy.ignoreExisting()
Make all currently existing components invisible to this hierarchy, without affecting their current state.private Collection<Component>
JDesktopPaneChildrenFinder.internalFramesFromIcons
(Container c) (package private) Component
ParentFinder.invokerFor
(Component c) Returns the invoker, if any, of the given component.(package private) boolean
ChildrenFinderStrategy.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) Container
Return the parent for the given component.private Container
ParentFinder.parentOf
(JInternalFrame internalFrame) void
Make the given component visible to this hierarchy.(package private) void
void
IgnoreWindowTask.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) void
EventQueueMapping.addQueueFor
(Component c) (package private) Point
WindowMetrics.center()
private void
private int
WindowMetrics.horizontalCenter()
private boolean
WindowStatus.isEmptyFrame
(Window w) (package private) int
WindowMetrics.leftAndRightInsets()
private void
WindowStatus.makeLargeEnoughToReceiveEvents
(Window window, WindowMetrics metrics) (package private) void
Windows.markExisting
(Window w) Marks the given window as "ready to use" and if not showing, as "hidden."private int
WindowStatus.proposedHeight
(WindowMetrics metrics) private int
WindowStatus.proposedWidth
(WindowMetrics metrics) (package private) EventQueue
(package private) void
WindowEventQueueMapping.removeMappingFor
(Component component) (package private) int
WindowMetrics.topAndBottomInsets()
private int
WindowMetrics.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 subsequentAppContext
s.(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 int
JTableColumnByIdentifierQuery.columnIndexByIdentifier
(JTable table, Object identifier) Returns the index of a column in a
whose identifier matches the given one.JTable