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
-
URLListControl(String, Object)
- constructor which creates a string array control with the specified
label and data(string array)
-
actionPerformed(ActionEvent)
- actionPerformed
-
doLayout()
- arranges the gadgets
-
getData()
- gets the data(string array) of the string array control
-
hideDialog()
-
-
isDialog()
-
-
setData(Object)
- sets the data(string array) of the string array control
-
setSelected(boolean)
- brings up the string array choice box
-
showDialog()
-
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
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
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
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
doLayout
public void doLayout()
- arranges the gadgets
- Overrides:
- doLayout in class DataControl
showDialog
public void showDialog()
hideDialog
public void hideDialog()
actionPerformed
public void actionPerformed(ActionEvent e)
- actionPerformed
- Parameters:
- e - the action event
isDialog
public boolean isDialog()
- Overrides:
- isDialog in class DataControl
All Packages Class Hierarchy This Package Previous Next Index