Uses of Class
VASSAL.build.module.properties.GlobalProperty
Package | Description |
---|---|
VASSAL.build.module.properties |
-
Uses of GlobalProperty in VASSAL.build.module.properties
Subclasses of GlobalProperty in VASSAL.build.module.properties Modifier and Type Class Description class
ZoneProperty
Fields in VASSAL.build.module.properties declared as GlobalProperty Modifier and Type Field Description protected GlobalProperty
ChangePropertyButton. property
protected GlobalProperty
GlobalProperty.SetGlobalProperty. target
Methods in VASSAL.build.module.properties that return GlobalProperty Modifier and Type Method Description GlobalProperty
GlobalPropertiesContainer. getGlobalProperty(String propertyName)
GlobalProperty
GlobalProperties. getMutableProperty(String name)
GlobalProperty
GlobalProperty.SetGlobalProperty. getProperty()
Constructors in VASSAL.build.module.properties with parameters of type GlobalProperty Constructor Description GlobalProperty(GlobalProperty p)
SetGlobalProperty(GlobalProperty target, String oldV, String newV)
ZoneProperty(GlobalProperty p)