Interface TethysUIValueSet
- All Superinterfaces:
OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>
- All Known Implementing Classes:
TethysUICoreValueSet
A set of keyed values.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyColorMapping(Map<String, String> pMappings) Apply new Mappings.getDefaultValueForKey(String pKey) Get default value for key.getValueForKey(String pKey) Get value for key.resolveValues(String pSource) Resolve values.Methods inherited from interface io.github.tonywasher.joceanus.oceanus.event.OceanusEventRegistrar.OceanusEventProvider
getEventRegistrar
-
Method Details
-
applyColorMapping
Apply new Mappings.- Parameters:
pMappings- the colour mappings
-
getValueForKey
Get value for key.- Parameters:
pKey- the value key- Returns:
- the relevant value
-
getDefaultValueForKey
Get default value for key.- Parameters:
pKey- the value key- Returns:
- the relevant value
-
resolveValues
Resolve values.- Parameters:
pSource- the source string- Returns:
- the resolved string
-