public class ServerConfigPrefsItem extends java.lang.Object implements PreferencesItem
| Constructor and Description |
|---|
ServerConfigPrefsItem() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JPanel |
getConfigurationPanel()
Gets the configuration panel.
|
java.lang.String |
getConfigurationPanelName()
Gets the configuration panel 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.
|
public javax.swing.JPanel getConfigurationPanel()
PreferencesItemgetConfigurationPanel in interface PreferencesItempublic java.lang.String getConfigurationPanelName()
PreferencesItemgetConfigurationPanelName in interface PreferencesItempublic int getPort()
public java.lang.String getWebDirectory()
public void setPort(int port)
port - the new portpublic void setWebDirectory(java.lang.String s)
s - the new web directory