Package org.assertj.swing.query

Common-use implementations of GuiQuery.

See:
          Description

Class Summary
AbstractButtonTextQuery Returns the text of a Swing AbstractButton.
ComponentEnabledQuery Indicates whether an AWT or Swing Component is enabled or not.
ComponentHasFocusQuery Indicates whether an AWT or Swing Component has input focus.
ComponentLocationOnScreenQuery Returns the location of an AWT or Swing Component on screen.
ComponentParentQuery Returns the parent of an AWT or Swing Component.
ComponentShowingQuery Indicates whether an AWT or Swing Component is showing on the screen.
ComponentSizeQuery Returns the size of an AWT or Swing Component.
ComponentVisibleQuery Indicates whether an AWT or Swing Component is visible.
JTableColumnByIdentifierQuery An action that returns the index of a column in a JTable whose identifier matches the given one.
 

Package org.assertj.swing.query Description

Common-use implementations of GuiQuery.

Author:
Alex Ruiz


Copyright © 2014–2015 AssertJ. All rights reserved.