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.
-
ComponentUtils()
-
-
findParentApplet(Component)
- Return an Applet from the parent hierarchy of the supplied
component, or null if one cannot be found.
-
findParentFrame(Component)
- Return a Frame from the parent hierarchy of the supplied
component, or null if one cannot be found.
ComponentUtils
public ComponentUtils()
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.
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