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 viaadd(Component).
  -  Version:
  
-  $Revision: 1.6 $, $Date: 1998/07/10 16:35:08 $
  
-  Author:
  
-  Mark Handy, Mike Boilen (mgb)
    
-  See Also:
    
-  add
   
  -   ButtonSubpanel() ButtonSubpanel()
-  
   
  -   add(Component) add(Component)
-   Adds a component to this columnar container.
   
 ButtonSubpanel
ButtonSubpanel
 public ButtonSubpanel()
   
 add
add
 public Component add(Component component)
  -  Adds a component to this columnar container.  supplies the GridBagConstraints.
   
- 
    -  Parameters:
    
-  component - the Componentto add.
-  Returns:
    
-  the Componentargument
-  Overrides:
    
-  add in class Container
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index