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
-
SMTPNetPrefsPanel(String)
-
-
clearAll()
-
-
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.
-
getAddress()
-
-
getServer()
-
-
setAddress(String)
-
-
setServer(String)
-
-
validateInput()
-
SMTPNetPrefsPanel
public SMTPNetPrefsPanel(String title)
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.
validateInput
public boolean validateInput()
getServer
public String getServer()
getAddress
public String getAddress()
setServer
public void setServer(String svr)
setAddress
public void setAddress(String addr)
clearAll
public void clearAll()
All Packages Class Hierarchy This Package Previous Next Index