All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eou.toolkit.widget.ComponentUtils

java.lang.Object
   |
   +----com.ibm.eou.toolkit.widget.ComponentUtils

public class ComponentUtils
extends Object
This class provides some generic utilities that operate on Components.


Constructor Index

 o ComponentUtils()

Method Index

 o findParentApplet(Component)
Return an Applet from the parent hierarchy of the supplied component, or null if one cannot be found.
 o findParentFrame(Component)
Return a Frame from the parent hierarchy of the supplied component, or null if one cannot be found.

Constructors

 o ComponentUtils
 public ComponentUtils()

Methods

 o findParentApplet
 public static Component findParentApplet(Component component)
Return an Applet from the parent hierarchy of the supplied component, or null if one cannot be found.

 o findParentFrame
 public static Component findParentFrame(Component component)
Return a Frame from the parent hierarchy of the supplied component, or null if one cannot be found.


All Packages  Class Hierarchy  This Package  Previous  Next  Index