|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rychlik.jode.FrameFinder
public final class FrameFinder
The class FrameFinder
implements search for an
enclosing frame of an AWT Component.
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 |
---|
public FrameFinder()
Method Detail |
---|
public static final java.awt.Frame findFrame(java.awt.Component c)
findFrame
method returns the enclosing frame of
a component, or null
if no such frame exists.
c
- a Component
value
Frame
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |