DhWindow.getFrame

Overview | Methods | This Package | All Packages

DhWindow.getFrame

Retrieves the first frame that has the specified name.

Syntax

public DhWindow getFrame( String name )

Parameters

name

The name of the frame to locate.

Return Value

Returns the window defining the enclosed frame having the specified name.

Remarks

This name must be unique. Otherwise, this method returns null.