All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class figPac.editPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----figPac.editPanel

public class editPanel
extends Panel
implements ActionListener

Variable Index

 o anchor
 o fill
 o gridheight
 o gridwidth
 o insets
 o ipadx
 o ipady
 o weightx
 o weighty

Constructor Index

 o editPanel(fInteractive)
 o editPanel(fInteractive, int)
 o editPanel(fInteractive, String)
 o editPanel(fInteractive, String, Font, int)
 o editPanel(fInteractive, String, int)

Method Index

 o actionPerformed(ActionEvent)
 o constrain(Component, int, int)
Mounts a component in the editPanel using GridBagConstraints.
 o constrain(Component, int, int, int, int)
Mounts a component in the editPanel using GridBagConstraints.
 o triggerAll()
 o triggerAll(Container)

Variables

 o gridwidth
 public int gridwidth
 o gridheight
 public int gridheight
 o fill
 public int fill
 o anchor
 public int anchor
 o ipadx
 public int ipadx
 o ipady
 public int ipady
 o weightx
 public double weightx
 o weighty
 public double weighty
 o insets
 public Insets insets

Constructors

 o editPanel
 public editPanel(fInteractive parent)
 o editPanel
 public editPanel(fInteractive parent,
                  int noCols)
 o editPanel
 public editPanel(fInteractive parent,
                  String name)
 o editPanel
 public editPanel(fInteractive parent,
                  String name,
                  int noCols)
 o editPanel
 public editPanel(fInteractive parent,
                  String name,
                  Font font,
                  int noCols)

Methods

 o triggerAll
 public void triggerAll()
 o triggerAll
 public void triggerAll(Container container)
 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o constrain
 public void constrain(Component component,
                       int grid_x,
                       int grid_y)
Mounts a component in the editPanel using GridBagConstraints.

Parameters:
component - The component.
grid_x - The horizontal position of the component in the grid.
grid_y - The vertical position of the component in the grid.
 o constrain
 public void constrain(Component component,
                       int grid_x,
                       int grid_y,
                       int width,
                       int height)
Mounts a component in the editPanel using GridBagConstraints.

Parameters:
component - The component.
grid_x - The horizontal position of the component in the grid.
grid_y - The vertical position of the component in the grid.
width - The width of the component in columns.
height - The vheight of the component in rows.

All Packages  Class Hierarchy  This Package  Previous  Next  Index