public final class ComponentEnabledQuery extends Object
Component
is enabled or not. This query is executed in the event dispatch
thread (EDT.)Component.isEnabled()
public static boolean isEnabled(@Nonnull Component component)
Component
is enabled or not. This query is executed in the event
dispatch thread (EDT.)component
- the given Component
.true
if the given Component
is enabled, false
otherwise.Component.isEnabled()
Copyright © 2014-2015 AssertJ. All Rights Reserved.