org.fest.swing.query
Class ComponentParentQuery

java.lang.Object
  extended by org.fest.swing.query.ComponentParentQuery

public final class ComponentParentQuery
extends Object

Understands an action, executed in the event dispatch thread, that returns the parent of a Component.

Author:
Alex Ruiz, Yvonne Wang
See Also:
Component.getParent()

Method Summary
static Container parentOf(Component component)
          Returns the parent of the given Component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parentOf

@RunsInEDT
public static Container parentOf(Component component)
Returns the parent of the given Component. This action is executed in the event dispatch thread.

Parameters:
component - the given Component.
Returns:
the parent of the given Component.
See Also:
Component.getParent()


Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.