Class amaze.browser.BrowserRow
All Packages Class Hierarchy This Package Previous Next Index
Class amaze.browser.BrowserRow
java.lang.Object
|
+----amaze.browser.BrowserRow
- public class BrowserRow
- extends Object
Implements the functionality of a single row in an
AlgyBrowser object. Looking
at the description of AlgyBrowser should make clear what it is objects
of this class need to support.
- See Also:
- AlgyBrowser
-
arg
-
-
button_2
-
-
button_3
-
-
button_4
-
-
default_group
-
-
entry_1
-
-
entry_2
-
-
frame_1
-
-
frame_3
-
-
label_1
-
-
label_2
-
-
listbox_1
-
-
listbox_2
-
-
listbox_3
-
-
listbox_4
-
-
names
-
-
radiobutton_3
-
-
radiobutton_4
-
-
BrowserRow()
-
-
getNames()
-
-
getWidgets()
-
-
handleEvent(Event)
-
-
init()
-
-
main(String[])
-
arg
public Object arg
frame_3
public Panel frame_3
frame_1
public Panel frame_1
label_1
public Label label_1
button_3
public Button button_3
radiobutton_3
public Checkbox radiobutton_3
default_group
public CheckboxGroup default_group
radiobutton_4
public Checkbox radiobutton_4
button_2
public Button button_2
entry_1
public TextField entry_1
listbox_1
public List listbox_1
listbox_2
public List listbox_2
listbox_3
public List listbox_3
listbox_4
public List listbox_4
label_2
public Label label_2
entry_2
public TextField entry_2
button_4
public Button button_4
names
public static String names[]
BrowserRow
public BrowserRow()
getNames
public String[] getNames()
getWidgets
public Object[] getWidgets()
init
public void init()
handleEvent
public boolean handleEvent(Event event)
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index