public class NetworkConfigPrefsItem extends java.lang.Object implements PreferencesItem
| Constructor and Description |
|---|
NetworkConfigPrefsItem() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JPanel |
getConfigurationPanel()
Gets the configuration panel.
|
java.lang.String |
getConfigurationPanelName()
Gets the configuration panel name.
|
boolean |
getProxyEnabled()
Gets the proxy enabled.
|
java.lang.String |
getProxyHost()
Gets the proxy host.
|
int |
getProxyPort()
Gets the proxy port.
|
void |
setProxyEnabled(boolean b)
Sets the proxy enabled.
|
void |
setProxyHost(java.lang.String host)
Sets the proxy host.
|
void |
setProxyPort(int port)
Sets the proxy port.
|
public javax.swing.JPanel getConfigurationPanel()
PreferencesItemgetConfigurationPanel in interface PreferencesItempublic java.lang.String getConfigurationPanelName()
PreferencesItemgetConfigurationPanelName in interface PreferencesItempublic boolean getProxyEnabled()
public java.lang.String getProxyHost()
public int getProxyPort()
public void setProxyEnabled(boolean b)
b - the new proxy enabledpublic void setProxyHost(java.lang.String host)
host - the new proxy hostpublic void setProxyPort(int port)
port - the new proxy port