All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dtai.gwt.URLListControl

java.lang.Object
   |
   +----dtai.gwt.Gadget
           |
           +----dtai.gwt.ContainerGadget
                   |
                   +----dtai.gwt.PanelGadget
                           |
                           +----dtai.gwt.BorderGadget
                                   |
                                   +----dtai.gwt.DataControl
                                           |
                                           +----dtai.gwt.URLListControl

public class URLListControl
extends DataControl
implements ActionListener
The StringArrayControl class GUI Class for editing string array data


Constructor Index

 o URLListControl(String, Object)
constructor which creates a string array control with the specified label and data(string array)

Method Index

 o actionPerformed(ActionEvent)
actionPerformed
 o doLayout()
arranges the gadgets
 o getData()
gets the data(string array) of the string array control
 o hideDialog()
 o isDialog()
 o setData(Object)
sets the data(string array) of the string array control
 o setSelected(boolean)
brings up the string array choice box
 o showDialog()

Constructors

 o URLListControl
 public URLListControl(String label,
                       Object data)
constructor which creates a string array control with the specified label and data(string array)

Parameters:
label - the label
data - the data of the string array control

Methods

 o setData
 public void setData(Object data)
sets the data(string array) of the string array control

Parameters:
data - the data(string array) of the string array control
Overrides:
setData in class DataControl
 o getData
 public Object getData()
gets the data(string array) of the string array control

Parameters:
data - the data(string array) of the string array control
Overrides:
getData in class DataControl
 o setSelected
 public void setSelected(boolean in)
brings up the string array choice box

Parameters:
in - whether or not the string array control is selected
Overrides:
setSelected in class DataControl
 o doLayout
 public void doLayout()
arranges the gadgets

Overrides:
doLayout in class DataControl
 o showDialog
 public void showDialog()
 o hideDialog
 public void hideDialog()
 o actionPerformed
 public void actionPerformed(ActionEvent e)
actionPerformed

Parameters:
e - the action event
 o isDialog
 public boolean isDialog()
Overrides:
isDialog in class DataControl

All Packages  Class Hierarchy  This Package  Previous  Next  Index