All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.awt.EasyConstrainsPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----ncsa.hdf.awt.EasyConstrainsPanel

public class EasyConstrainsPanel
extends Panel
implements KeyListener, MouseListener

Constructor Index

 o EasyConstrainsPanel()

Method Index

 o keyPressed(KeyEvent)
 o keyReleased(KeyEvent)
 o keyTyped(KeyEvent)
 o mouseClicked(MouseEvent)
 o mouseEntered(MouseEvent)
 o mouseExited(MouseEvent)
 o mousePressed(MouseEvent)
 o mouseReleased(MouseEvent)
 o setConstraints(Component, int, int, int, int, int, int, double, double)
Set up the grid bag constraints fo the object
 o setConstraints(Component, int, int, int, int, int, int, double, double, Insets)
Set up the grid bag constraints fo the object

Constructors

 o EasyConstrainsPanel
 public EasyConstrainsPanel()

Methods

 o setConstraints
 public void setConstraints(Component it,
                            int x,
                            int y,
                            int width,
                            int height,
                            int fill,
                            int anchor,
                            double weightX,
                            double weightY)
Set up the grid bag constraints fo the object

 o setConstraints
 public void setConstraints(Component it,
                            int x,
                            int y,
                            int width,
                            int height,
                            int fill,
                            int anchor,
                            double weightX,
                            double weightY,
                            Insets insets)
Set up the grid bag constraints fo the object

 o keyPressed
 public void keyPressed(KeyEvent e)
 o keyReleased
 public void keyReleased(KeyEvent e)
 o keyTyped
 public void keyTyped(KeyEvent e)
 o mouseClicked
 public void mouseClicked(MouseEvent e)
 o mouseEntered
 public void mouseEntered(MouseEvent e)
 o mouseExited
 public void mouseExited(MouseEvent e)
 o mousePressed
 public void mousePressed(MouseEvent e)
 o mouseReleased
 public void mouseReleased(MouseEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index