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
|
+----tea.awt.dialog.ReplaceDialog
This Dialog is used to retrieve the String to be found in a text and the corresponding String to be substituted.
public ReplaceDialog(Frame parent,
String title,
String defStr,
String defSubStr)
public String getReplaceString()
public boolean changeSpokenLanguage(String l)
All Packages Class Hierarchy This Package Previous Next Index