All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class framework.awt.BorderPanelGBL

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----symantec.itools.awt.BorderPanel
                                   |
                                   +----framework.awt.BorderPanelGBL

public class BorderPanelGBL
extends BorderPanel
Extension on BorderPanel, allows user to set the gridbagconstraints.

See Also:
BorderPanel

Variable Index

 o name
The name that was used to construct this BorderPanelGBL.

Constructor Index

 o BorderPanelGBL(String, int, GridBagLayout, GridBagConstraints)

Method Index

 o getPreferredSize()
Overridden from the super class just to be able to print some debug info.

Variables

 o name
 private String name
The name that was used to construct this BorderPanelGBL. This variable is used only by the debug code in method getPreferredSize().

See Also:
getPreferredSize

Constructors

 o BorderPanelGBL
 public BorderPanelGBL(String name,
                       int BevelValue,
                       GridBagLayout gbl,
                       GridBagConstraints gbc)

Methods

 o getPreferredSize
 public Dimension getPreferredSize()
Overridden from the super class just to be able to print some debug info.

Overrides:
getPreferredSize in class Container

All Packages  Class Hierarchy  This Package  Previous  Next  Index