com.rychlik.jode
Class FrameFinder

java.lang.Object
  extended by com.rychlik.jode.FrameFinder

public final class FrameFinder
extends java.lang.Object

The class FrameFinder implements search for an enclosing frame of an AWT Component.

Version:
1.0
Author:
Marek Rychlik

Constructor Summary
FrameFinder()
           
 
Method Summary
static java.awt.Frame findFrame(java.awt.Component c)
          The findFrame method returns the enclosing frame of a component, or null if no such frame exists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameFinder

public FrameFinder()
Method Detail

findFrame

public static final java.awt.Frame findFrame(java.awt.Component c)
The findFrame method returns the enclosing frame of a component, or null if no such frame exists.

Parameters:
c - a Component value
Returns:
a Frame value