All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.awt.Editor

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

public class Editor
extends Dialog
implements ActionListener
this class gives a layout for text editor

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

Variable Index

 o buttonPanel
 o cancelButton
 o dC
 o dE
 o dN
 o dNE
 o dNW
 o dS
 o dSE
 o dSW
 o dW
 o fB
 o fH
 o fN
 o fV
 o gR
 o okButton

Constructor Index

 o Editor(Frame, String)

Method Index

 o actionPerformed(ActionEvent)
derived class should overwrite it
 o constrain(Component, Container, int, int, int, int, int, int, double, double, int, int, int, int)
setup gridbaglayout constrains
 o listCopy(List)
return a copy of a source list
 o makeView()
make display window for the editor

Variables

 o dC
 protected static final int dC
 o dE
 protected static final int dE
 o dN
 protected static final int dN
 o dNE
 protected static final int dNE
 o dNW
 protected static final int dNW
 o dS
 protected static final int dS
 o dSE
 protected static final int dSE
 o dSW
 protected static final int dSW
 o dW
 protected static final int dW
 o fB
 protected static final int fB
 o fH
 protected static final int fH
 o fN
 protected static final int fN
 o fV
 protected static final int fV
 o gR
 protected static final int gR
 o okButton
 protected Button okButton
 o cancelButton
 protected Button cancelButton
 o buttonPanel
 protected Panel buttonPanel

Constructors

 o Editor
 public Editor(Frame parent,
               String title)

Methods

 o makeView
 public void makeView()
make display window for the editor

 o constrain
 public void constrain(Component co,
                       Container ct,
                       int x,
                       int y,
                       int w,
                       int h,
                       int f,
                       int a,
                       double wx,
                       double wy,
                       int t,
                       int l,
                       int b,
                       int r)
setup gridbaglayout constrains

 o listCopy
 public List listCopy(List source)
return a copy of a source list

Parameters:
source - the source list
Returns:
the copy the the source list
 o actionPerformed
 public void actionPerformed(ActionEvent e)
derived class should overwrite it


All Packages  Class Hierarchy  This Package  Previous  Next  Index