Class ComponentVisibleQuery

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

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

    • ComponentVisibleQuery

      private ComponentVisibleQuery()
  • Method Details

    • isVisible

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