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).

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