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


Constructor Index

 o StringDialog(StringArrayControl)
constructor which creates a string dialog box with the specified string array control

Method Index

 o actionPerformed(ActionEvent)
actionPerformed
 o dialogVisible()
 o hide()
hide
 o isDialog()
 o saveStrings()
 o setStrings(String[])
sets the strings of the string dialog box
 o show()
show

Constructors

 o 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

Methods

 o setStrings
 public void setStrings(String strings[])
sets the strings of the string dialog box

Parameters:
strings[] - the strings of the string dialog box
 o actionPerformed
 public void actionPerformed(ActionEvent ae)
actionPerformed

Parameters:
ae - the action event
 o saveStrings
 public void saveStrings()
 o show
 public void show()
show

Overrides:
show in class GadgetDialog
 o hide
 public void hide()
hide

Overrides:
hide in class GadgetDialog
 o dialogVisible
 public boolean dialogVisible()
 o isDialog
 public boolean isDialog()

All Packages  Class Hierarchy  This Package  Previous  Next  Index