synergynetframework.config.network
Class NetworkConfigPrefsItem

java.lang.Object
  extended by synergynetframework.config.network.NetworkConfigPrefsItem
All Implemented Interfaces:
PreferencesItem

public class NetworkConfigPrefsItem
extends java.lang.Object
implements PreferencesItem

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

NetworkConfigPrefsItem

public NetworkConfigPrefsItem()
Method Detail

getConfigurationPanel

public javax.swing.JPanel getConfigurationPanel()
Description copied from interface: PreferencesItem
Gets the configuration panel.

Specified by:
getConfigurationPanel in interface PreferencesItem
Returns:
the configuration panel

getName

public java.lang.String getName()
Description copied from interface: PreferencesItem
Gets the name.

Specified by:
getName in interface PreferencesItem
Returns:
the name

getProxyEnabled

public boolean getProxyEnabled()
Gets the proxy enabled.

Returns:
the proxy enabled

getProxyHost

public java.lang.String getProxyHost()
Gets the proxy host.

Returns:
the proxy host

getProxyPort

public int getProxyPort()
Gets the proxy port.

Returns:
the proxy port

setProxyEnabled

public void setProxyEnabled(boolean b)
Sets the proxy enabled.

Parameters:
b - the new proxy enabled

setProxyHost

public void setProxyHost(java.lang.String host)
Sets the proxy host.

Parameters:
host - the new proxy host

setProxyPort

public void setProxyPort(int port)
Sets the proxy port.

Parameters:
port - the new proxy port