public final class ComponentVisibleQuery extends Object
Component is visible. This query is executed in the event dispatch thread
(EDT).| Modifier and Type | Method and Description |
|---|---|
static boolean |
isVisible(Component component)
Indicates whether the given AWT or Swing
Component is visible or not. |
@RunsInEDT public static boolean isVisible(@Nonnull Component component)
Component is visible or not. This query is executed in the event
dispatch thread (EDT).component - the given Component.true if the given Component is visible, false otherwise.Component.isVisible()Copyright © 2014–2019 AssertJ. All rights reserved.