Package VASSAL.chat
Class ServerConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.chat.ServerConfigurer
public class ServerConfigurer extends Configurer
Specifies the server implementation in the Preferences
- Author:
- rkinney
-
Field Summary
Fields Modifier and Type Field Description protected JComponent
controls
Fields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value
-
Constructor Summary
Constructors Constructor Description ServerConfigurer(String key, String name, HybridClient client)
-
Method Summary
Modifier and Type Method Description protected Properties
buildJabberProperties()
protected Properties
buildLegacyProperties()
protected Properties
buildPeerProperties()
Component
getControls()
GUI interface for setting the option in an editing windowprotected Properties
getJabberConfigProperties()
String
getValueString()
static void
main(String[] args)
void
setValue(Object o)
Set the Object valuevoid
setValue(String s)
Set the Object value from a StringMethods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, removePropertyChangeListener, setFrozen, setName
-
Field Details
-
controls
-
-
Constructor Details
-
ServerConfigurer
-
-
Method Details
-
getControls
Description copied from class:Configurer
GUI interface for setting the option in an editing window- Specified by:
getControls
in classConfigurer
-
buildJabberProperties
-
getJabberConfigProperties
-
buildPeerProperties
-
buildLegacyProperties
-
getValueString
- Specified by:
getValueString
in classConfigurer
- Returns:
- a String representation of the Object value
-
setValue
Description copied from class:Configurer
Set the Object value- Overrides:
setValue
in classConfigurer
-
setValue
Description copied from class:Configurer
Set the Object value from a String- Specified by:
setValue
in classConfigurer
-
main
-