|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.config.network.NetworkConfigPrefsItem
public class NetworkConfigPrefsItem
The Class NetworkConfigPrefsItem.
Constructor Summary | |
---|---|
NetworkConfigPrefsItem()
|
Method Summary | |
---|---|
javax.swing.JPanel |
getConfigurationPanel()
Gets the configuration panel. |
java.lang.String |
getName()
Gets the 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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetworkConfigPrefsItem()
Method Detail |
---|
public javax.swing.JPanel getConfigurationPanel()
PreferencesItem
getConfigurationPanel
in interface PreferencesItem
public java.lang.String getName()
PreferencesItem
getName
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |