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()
PreferencesItem
getConfigurationPanel
in interface PreferencesItem
public java.lang.String getConfigurationPanelName()
PreferencesItem
getConfigurationPanelName
in interface PreferencesItem
public 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