| |
|
| javax.swing.JDialog org.columba.core.gui.config.ProxyConfigurationDialog
APPROVE_OPTION | final public static int APPROVE_OPTION(Code) | | |
CANCEL_OPTION | final public static int CANCEL_OPTION(Code) | | |
status | protected int status(Code) | | |
ProxyConfigurationDialog | public ProxyConfigurationDialog(JFrame parent)(Code) | | Creates a new dialog.
|
ProxyConfigurationDialog | public ProxyConfigurationDialog(JDialog parent)(Code) | | Creates a new dialog.
|
dialogInit | protected void dialogInit()(Code) | | |
getProxyHost | public String getProxyHost()(Code) | | Returns the host name from the text field.
|
getProxyPort | public int getProxyPort()(Code) | | Returns the port number from the text field.
|
setProxyHost | public void setProxyHost(String host)(Code) | | Sets the value of the host name text field.
|
setProxyPort | public void setProxyPort(int port)(Code) | | Sets the value of the port number text field.
|
showDialog | public int showDialog()(Code) | | Shows the dialog and returns an integer indicating how the dialog
was closed.
|
updateOkButton | protected void updateOkButton()(Code) | | |
updateProxyDataPanel | protected void updateProxyDataPanel()(Code) | | Updates the enabled state of the components depending on the selection.
|
|
|
|