Class ComponentShowingQuery

java.lang.Object
org.fest.swing.query.ComponentShowingQuery

public final class ComponentShowingQuery extends Object
Understands an action, executed in the event dispatch thread, that indicates whether a Component is showing or not.
See Also:
  • Constructor Details

    • ComponentShowingQuery

      private ComponentShowingQuery()
  • Method Details

    • isShowing

      @RunsInEDT public static boolean isShowing(Component component)
      Indicates whether the given Component is showing or not. This action is executed in the event dispatch thread.
      Parameters:
      component - the given Component.
      Returns:
      true if the given Component is showing, false otherwise.
      See Also: