All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.beans.net.POP3NetPrefsPanel

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

public class POP3NetPrefsPanel
extends BorderPanel

Constructor Index

 o POP3NetPrefsPanel(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 getPassword()
 o getServer()
 o getUser()
 o setPassword(String)
 o setServer(String)
 o setUser(String)

Constructors

 o POP3NetPrefsPanel
 public POP3NetPrefsPanel(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 getServer
 public String getServer()
 o getUser
 public String getUser()
 o getPassword
 public String getPassword()
 o setServer
 public void setServer(String svr)
 o setUser
 public void setUser(String usr)
 o setPassword
 public void setPassword(String pwd)
 o clearAll
 public void clearAll()

All Packages  Class Hierarchy  This Package  Previous  Next  Index