org.fest.swing.query
Class ComponentBackgroundQuery
java.lang.Object
org.fest.swing.query.ComponentBackgroundQuery
public final class ComponentBackgroundQuery
- extends Object
Understands an action, executed in the event dispatch thread, that returns the background color of a
Component
.
- Author:
- Alex Ruiz, Yvonne Wang
- See Also:
Component.getBackground()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
backgroundOf
@RunsInEDT
public static Color backgroundOf(Component component)
- Returns the background color of the given
Component
. This action is executed in the event
dispatch thread.
- Parameters:
component
- the given Component
.
- Returns:
- the background color of the given
Component
. - See Also:
Component.getBackground()
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.