Package VASSAL.build.module.properties
Class RemoteEnumeratedPropertyPrompt
java.lang.Object
VASSAL.build.module.properties.PropertyPrompt
VASSAL.build.module.properties.EnumeratedPropertyPrompt
VASSAL.build.module.properties.RemoteEnumeratedPropertyPrompt
- All Implemented Interfaces:
PropertyChanger
,RemotePropertyChanger
public class RemoteEnumeratedPropertyPrompt
extends EnumeratedPropertyPrompt
implements RemotePropertyChanger
-
Nested Class Summary
Nested classes/interfaces inherited from class VASSAL.build.module.properties.PropertyPrompt
PropertyPrompt.Constraints, PropertyPrompt.DialogParent
-
Field Summary
Fields inherited from class VASSAL.build.module.properties.EnumeratedPropertyPrompt
dialogParent, validValues, valueExpressions
Fields inherited from class VASSAL.build.module.properties.PropertyPrompt
constraints, promptText
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNewValue
(DynamicProperty target, Auditable owner, PropertySource ps) Methods inherited from class VASSAL.build.module.properties.EnumeratedPropertyPrompt
getNewValue, getValidValues, getValueExpressions
Methods inherited from class VASSAL.build.module.properties.PropertyPrompt
getPrompt
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface VASSAL.build.module.properties.PropertyChanger
getNewValue
-
Constructor Details
-
RemoteEnumeratedPropertyPrompt
-
-
Method Details
-
getNewValue
- Specified by:
getNewValue
in interfaceRemotePropertyChanger
-