Class ibm.aglets.util.AddressChooser
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ibm.aglets.util.AddressChooser

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----ibm.aglets.util.AddressChooser

public class AddressChooser
extends Panel

Constructor Index

 o AddressChooser()
 o AddressChooser(int)

Method Index

 o action(Event, Object)
 o addCmp(Component, GridBagConstraints)
 o getAddress()
 o handleEvent(Event)
 o main(String[])
 o removeNotify()
 o setAddress(String)

Constructors

 o AddressChooser
  public AddressChooser()
 o AddressChooser
  public AddressChooser(int cols)

Methods

 o addCmp
  protected void addCmp(Component c,
                        GridBagConstraints cns)
 o getAddress
  public String getAddress()
 o setAddress
  public void setAddress(String addr)
 o removeNotify
  public synchronized void removeNotify()
Overrides:
removeNotify in class Container
 o handleEvent
  public boolean handleEvent(Event ev)
Overrides:
handleEvent in class Component
 o action
  public boolean action(Event ev,
                        Object anObject)
Overrides:
action in class Component
 o main
  public static void main(String str[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index