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
-
POP3NetPrefsPanel(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.
-
getPassword()
-
-
getServer()
-
-
getUser()
-
-
setPassword(String)
-
-
setServer(String)
-
-
setUser(String)
-
POP3NetPrefsPanel
public POP3NetPrefsPanel(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.
getServer
public String getServer()
getUser
public String getUser()
getPassword
public String getPassword()
setServer
public void setServer(String svr)
setUser
public void setUser(String usr)
setPassword
public void setPassword(String pwd)
clearAll
public void clearAll()
All Packages Class Hierarchy This Package Previous Next Index