All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.beans.net.SMTPNetPrefsPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----COM.taligent.widget.BorderPanel
                                   |
                                   +----COM.ibm.beans.net.SMTPNetPrefsPanel

public class SMTPNetPrefsPanel
extends BorderPanel

Constructor Index

 o SMTPNetPrefsPanel(String)

Method Index

 o clearAll()
 o constrain(Container, Component, int, int, int, int, int, int, double, double)
This method creates an instance of GridBagConstraints, and sets the constraints for the component specified, based on the constraint values passed in.
 o getAddress()
 o getServer()
 o setAddress(String)
 o setServer(String)
 o validateInput()

Constructors

 o SMTPNetPrefsPanel
 public SMTPNetPrefsPanel(String title)

Methods

 o constrain
 public void constrain(Container container,
                       Component component,
                       int gridX,
                       int gridY,
                       int gridW,
                       int gridH,
                       int fill,
                       int anchor,
                       double weightX,
                       double weightY)
This method creates an instance of GridBagConstraints, and sets the constraints for the component specified, based on the constraint values passed in.

Parameters:
container - is the container into which this component is to be placed
component - is the component being added to the specified container
gridX - is the cell at the left of the component's display area
gridY - is the cell at the top of the component's display area
gridW - is the number of cells in a row for the component's display area
gridH - is the number of cells in a column for the component's display area
fill - is the value used to determine whether the component needs to be resized, and if so, how
anchor - is the field used to determine where to place the component in the display area, e.g. CENTER, EAST, SOUTH etc.
weightX - specifies how to distribute extra vertical space in the display area where the component is to be displayed.
weightY - specifies how to distribute extra horizontal space in the display area where the component is to be displayed.
 o validateInput
 public boolean validateInput()
 o getServer
 public String getServer()
 o getAddress
 public String getAddress()
 o setServer
 public void setServer(String svr)
 o setAddress
 public void setAddress(String addr)
 o clearAll
 public void clearAll()

All Packages  Class Hierarchy  This Package  Previous  Next  Index