org.skunk.dav.client.gui
Class ServerDataContainer

java.lang.Object
  |
  +--org.skunk.dav.client.gui.ServerDataContainer

public class ServerDataContainer
extends java.lang.Object

the configurator likes non-static things to configure, so this wrapper is an adapter for the static servers field in the ServerData class


Field Summary
static java.lang.String SERVER_DATA_VECTOR_PROPERTY
           
 
Constructor Summary
ServerDataContainer()
           
 
Method Summary
 java.util.Vector getServerDataVector()
           
 void setServerDataVector(java.util.Vector serverDataVector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_DATA_VECTOR_PROPERTY

public static final java.lang.String SERVER_DATA_VECTOR_PROPERTY
Constructor Detail

ServerDataContainer

public ServerDataContainer()
Method Detail

getServerDataVector

public java.util.Vector getServerDataVector()

setServerDataVector

public void setServerDataVector(java.util.Vector serverDataVector)