public final class ComponentEnabledQuery extends Object
Component
is enabled or not.Component.isEnabled()
public static boolean isEnabled(Component component)
Component
is enabled or not. This action is executed in the event
dispatch thread.component
- the given Component
.true
if the given Component
is enabled, false
otherwise.Component.isEnabled()
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.