All Packages Class Hierarchy This Package Previous Next Index
Class dtai.gwt.StringDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----dtai.gwt.GadgetShell
|
+----dtai.gwt.GadgetPanel
|
+----dtai.gwt.GadgetDialog
|
+----dtai.gui.StdDialog
|
+----dtai.gwt.StringDialog
- public class StringDialog
- extends StdDialog
- implements ActionListener
the StringDialog class
-
StringDialog(StringArrayControl)
- constructor which creates a string dialog box with the
specified string array control
-
actionPerformed(ActionEvent)
- actionPerformed
-
dialogVisible()
-
-
hide()
- hide
-
isDialog()
-
-
saveStrings()
-
-
setStrings(String[])
- sets the strings of the string dialog box
-
show()
- show
StringDialog
public StringDialog(StringArrayControl control)
- constructor which creates a string dialog box with the
specified string array control
- Parameters:
- control - the string array control to be placed in the string dialog box
setStrings
public void setStrings(String strings[])
- sets the strings of the string dialog box
- Parameters:
- strings[] - the strings of the string dialog box
actionPerformed
public void actionPerformed(ActionEvent ae)
- actionPerformed
- Parameters:
- ae - the action event
saveStrings
public void saveStrings()
show
public void show()
- show
- Overrides:
- show in class GadgetDialog
hide
public void hide()
- hide
- Overrides:
- hide in class GadgetDialog
dialogVisible
public boolean dialogVisible()
isDialog
public boolean isDialog()
All Packages Class Hierarchy This Package Previous Next Index