All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsltools.visualization.ButtonPanels.ButtonSubpanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----jdsltools.visualization.ButtonPanels.ButtonSubpanel

public class ButtonSubpanel
extends Panel
A column of ButtonRows, preferably related. This class handles layout for the subclasses. It sets the layout manager, and handles constraint configuration via add(Component).

Version:
$Revision: 1.6 $, $Date: 1998/07/10 16:35:08 $
Author:
Mark Handy, Mike Boilen (mgb)
See Also:
add

Constructor Index

 o ButtonSubpanel()

Method Index

 o add(Component)
Adds a component to this columnar container.

Constructors

 o ButtonSubpanel
 public ButtonSubpanel()

Methods

 o add
 public Component add(Component component)
Adds a component to this columnar container. supplies the GridBagConstraints.

Parameters:
component - the Component to add.
Returns:
the Component argument
Overrides:
add in class Container

All Packages  Class Hierarchy  This Package  Previous  Next  Index