All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----tea.awt.dialog.BoxDialog
|
+----tea.awt.dialog.SearchDialog
This Dialog is an abstract base Dialog used by FindDialog and ReplaceDialog. It contains the common elements of the two Dialogs.
protected TextField textField
protected int border
protected Label textLbl
protected Button okBtn
protected Button cancelBtn
protected SearchDialog(Frame parent,
String title,
String name,
String defStr)
public String getFindString()
public boolean changeSpokenLanguage(String l)
All Packages Class Hierarchy This Package Previous Next Index