All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.awt.HostEditor

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----ncsa.hdf.awt.Editor
                                           |
                                           +----ncsa.hdf.awt.HostEditor

public class HostEditor
extends Editor
host list editor can add and delete hosts from the original host list

Version:
1.0, 10/15/96
Author:
Xiangchi Cao

Constructor Index

 o HostEditor(Frame, List)

Method Index

 o actionPerformed(ActionEvent)
handle editor events
 o getHostList()
 o isChanged()

Constructors

 o HostEditor
 public HostEditor(Frame parent,
                   List list)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
handle editor events

Overrides:
actionPerformed in class Editor
 o isChanged
 public boolean isChanged()
 o getHostList
 public List getHostList()

All Packages  Class Hierarchy  This Package  Previous  Next  Index