private static class ParallelWayAction.KeyboardModifiersProperty extends AbstractToStringProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>>
AbstractToStringProperty.ChildProperty<T>
AbstractProperty.InvalidPreferenceValueException, AbstractProperty.ValueChangeEvent<T>, AbstractProperty.ValueChangeListener<T>
defaultValue, key, preferences
Constructor and Description |
---|
KeyboardModifiersProperty(java.lang.String key,
java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean> defaultValue) |
KeyboardModifiersProperty(java.lang.String key,
java.lang.String defaultValue) |
Modifier and Type | Method and Description |
---|---|
private static java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean> |
createFromString(java.lang.String string) |
protected java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean> |
fromString(java.lang.String string)
Converts the string to an object of the given type.
|
protected java.lang.String |
toString(java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean> t)
Converts the string to an object of the given type.
|
get, getAsString, getChildProperty, getSpecialized, put
addListener, addListenerImpl, addWeakListener, cached, equals, getDefaultValue, getKey, getPreferences, hashCode, isSet, remove, removeListener, removeListenerImpl, storeDefaultValue
KeyboardModifiersProperty(java.lang.String key, java.lang.String defaultValue)
KeyboardModifiersProperty(java.lang.String key, java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean> defaultValue)
protected java.lang.String toString(java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean> t)
AbstractToStringProperty
toString
in class AbstractToStringProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>>
t
- The object.protected java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean> fromString(java.lang.String string)
AbstractToStringProperty
fromString
in class AbstractToStringProperty<java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean>>
string
- The stringprivate static java.util.Map<ParallelWayAction.Modifier,java.lang.Boolean> createFromString(java.lang.String string)