All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.awt.dialog.FindDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----tea.awt.dialog.BoxDialog
                                           |
                                           +----tea.awt.dialog.SearchDialog
                                                   |
                                                   +----tea.awt.dialog.FindDialog

public class FindDialog
extends SearchDialog

This Dialog is used to retrieve the String to be found in a text.

Version:
1.0 beta - 31 May 1997
Author:
Leonardo Boselli

Constructor Index

 o FindDialog(Frame, String, String)
The most significative parameter in this constructor is the defStr: the default String that appears in the Find String field.

Constructors

 o FindDialog
 public FindDialog(Frame parent,
                   String title,
                   String defStr)
The most significative parameter in this constructor is the defStr: the default String that appears in the Find String field.

Parameters:
parent - the Frame parent.
title - the Dialog title.
defStr - the default String.

All Packages  Class Hierarchy  This Package  Previous  Next  Index