synergynetframework.config.server
Class ServerConfigPrefsItem

java.lang.Object
  extended by synergynetframework.config.server.ServerConfigPrefsItem
All Implemented Interfaces:
PreferencesItem

public class ServerConfigPrefsItem
extends java.lang.Object
implements PreferencesItem

The Class ServerConfigPrefsItem.


Constructor Summary
ServerConfigPrefsItem()
           
 
Method Summary
 javax.swing.JPanel getConfigurationPanel()
          Gets the configuration panel.
 java.lang.String getName()
          Gets the name.
 int getPort()
          Gets the port.
 java.lang.String getWebDirectory()
          Gets the web directory.
 void setPort(int port)
          Sets the port.
 void setWebDirectory(java.lang.String s)
          Sets the web directory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConfigPrefsItem

public ServerConfigPrefsItem()
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

getPort

public int getPort()
Gets the port.

Returns:
the port

getWebDirectory

public java.lang.String getWebDirectory()
Gets the web directory.

Returns:
the web directory

setPort

public void setPort(int port)
Sets the port.

Parameters:
port - the new port

setWebDirectory

public void setWebDirectory(java.lang.String s)
Sets the web directory.

Parameters:
s - the new web directory