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

Variable Index

 o arg
 o button_2
 o button_3
 o button_4
 o default_group
 o entry_1
 o entry_2
 o frame_1
 o frame_3
 o label_1
 o label_2
 o listbox_1
 o listbox_2
 o listbox_3
 o listbox_4
 o names
 o radiobutton_3
 o radiobutton_4

Constructor Index

 o BrowserRow()

Method Index

 o getNames()
 o getWidgets()
 o handleEvent(Event)
 o init()
 o main(String[])

Variables

 o arg
  public Object arg
 o frame_3
  public Panel frame_3
 o frame_1
  public Panel frame_1
 o label_1
  public Label label_1
 o button_3
  public Button button_3
 o radiobutton_3
  public Checkbox radiobutton_3
 o default_group
  public CheckboxGroup default_group
 o radiobutton_4
  public Checkbox radiobutton_4
 o button_2
  public Button button_2
 o entry_1
  public TextField entry_1
 o listbox_1
  public List listbox_1
 o listbox_2
  public List listbox_2
 o listbox_3
  public List listbox_3
 o listbox_4
  public List listbox_4
 o label_2
  public Label label_2
 o entry_2
  public TextField entry_2
 o button_4
  public Button button_4
 o names
  public static String names[]

Constructors

 o BrowserRow
  public BrowserRow()

Methods

 o getNames
  public String[] getNames()
 o getWidgets
  public Object[] getWidgets()
 o init
  public void init()
 o handleEvent
  public boolean handleEvent(Event event)
 o main
  public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index