de.kosi.server
Class ServerConfigurable

java.lang.Object
  |
  +--de.kosi.server.ServerConfigurable
All Implemented Interfaces:
Configurable, java.io.Serializable

public class ServerConfigurable
extends java.lang.Object
implements Configurable

Configurable for the server. This contains a GUI for configuring all values directly affecting the kosi server.

ChangeLog:

 $Log: ServerConfigurable.java,v $
 Revision 1.5  2001/06/22 10:16:02  jiriki
 Inserted AboutBox

 Revision 1.4  2001/06/04 14:21:10  jiriki
 Made source more comliant to coding guidelines.

 Revision 1.3  2001/05/30 10:25:51  jiriki
 Refactored Client.

 Revision 1.2  2001/05/22 10:16:03  jiriki
 - Removed old unused Client class
 - Removed unused import statements.

 Revision 1.1.1.1  2001/04/29 18:05:19  jiriki
 Imported sources from zola.

 Revision 1.11  2001/04/27 11:27:28  login
 Added SerialVersionID to Configurables.

 Revision 1.10  2001/04/24 23:19:22  wombat
 - Implemented I18N features of server
 - Implemented actions for Admin Client
 - Other changes is AdminClient

 Revision 1.9  2001/04/23 13:23:54  wombat
 Updated Documentation

 Revision 1.8  2001/04/22 20:26:18  wombat
 - I18N Admin Client.
 - Made Admin Client a little bit more compliant to the 
   Java Look And Feel Design Guidelines.

 Revision 1.7  2001/03/19 21:50:49  wombat
 - Worked on admin client.
 - improved shutdown sequence
 - removed bugs in login/logout sequence

 Revision 1.6  2001/03/18 17:32:04  wombat
 Changed database concept

 Revision 1.5  2001/03/15 22:58:01  wombat
 Updated documentation

 Revision 1.4  2001/03/15 22:41:28  wombat
 - Worked on server admin client mockup
 - fixed smaller bugs
 - removed User.getPassword() method (use checkPassword instead)

 Revision 1.3  2001/03/15 19:31:51  wombat
 Updated Documentation

 Revision 1.2  2001/03/14 18:40:44  wombat
 Updated Documentation, removed bugs in Gui factory

 

Version:
$Revision: 1.5 $ ($Date: 2001/06/22 10:16:02 $)
Author:
Jan-Ole Janssen, Niklas Mehner, Time Sticher
See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
ServerConfigurable(ServerAdmin serverAdmin)
          Creates a new ServerConfigurable.
 
Method Summary
 javax.swing.JPanel getConfigurationPanel(ActionRelayManager relayManager)
          Returns the server configuration panel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Serial version id.
Constructor Detail

ServerConfigurable

public ServerConfigurable(ServerAdmin serverAdmin)
Creates a new ServerConfigurable.
Parameters:
serverAdmin - ServerAdmin interface that should be configured.
Method Detail

getConfigurationPanel

public javax.swing.JPanel getConfigurationPanel(ActionRelayManager relayManager)
Returns the server configuration panel.
Specified by:
getConfigurationPanel in interface Configurable
Parameters:
relayManager - ActionRelayManager all componenents responding to menu actions have to register with.
Returns:
The server configuration panel.