java.lang.Object
org.jhotdraw8.fxcollection.typesafekey.AbstractKey<org.jhotdraw8.base.text.RegexReplace>
org.jhotdraw8.draw.key.AbstractStyleableKey<org.jhotdraw8.base.text.RegexReplace>
org.jhotdraw8.draw.key.RegexStyleableKey
- All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<org.jhotdraw8.base.text.RegexReplace>,WritableStyleableMapAccessor<org.jhotdraw8.base.text.RegexReplace>,Key<org.jhotdraw8.base.text.RegexReplace>,MapAccessor<org.jhotdraw8.base.text.RegexReplace>
public class RegexStyleableKey
extends AbstractStyleableKey<org.jhotdraw8.base.text.RegexReplace>
implements WritableStyleableMapAccessor<org.jhotdraw8.base.text.RegexReplace>
RegexStyleableKey.
- Author:
- Werner Randelshofer
-
Constructor Summary
ConstructorsConstructorDescriptionRegexStyleableKey(String name) Creates a new instance with the specified name and with null as the default value.RegexStyleableKey(String name, boolean nullable, org.jhotdraw8.base.text.RegexReplace defaultValue) Creates a new instance with the specified name and default value.RegexStyleableKey(String name, org.jhotdraw8.base.text.RegexReplace defaultValue) Creates a new instance with the specified name and default value. -
Method Summary
Modifier and TypeMethodDescription@NonNull org.jhotdraw8.base.converter.Converter<org.jhotdraw8.base.text.RegexReplace> Methods inherited from class org.jhotdraw8.draw.key.AbstractStyleableKey
getCssName, getCssNamespaceMethods inherited from class org.jhotdraw8.fxcollection.typesafekey.AbstractKey
getDefaultValue, getName, getValueType, isNullable, isTransient, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jhotdraw8.fxcollection.typesafekey.Key
cast, containsKey, get, get, getValue, getValueProperty, isAssignable, isDefault, propertyAt, put, put, putValue, readOnlyPropertyAt, remove, remove, valueAtMethods inherited from interface org.jhotdraw8.fxcollection.typesafekey.MapAccessor
getDefaultValue, getName, getRawValueType, getValueType, isTransient, setMethods inherited from interface org.jhotdraw8.fxbase.styleable.ReadOnlyStyleableMapAccessor
getCssName, getCssNamespaceMethods inherited from interface org.jhotdraw8.fxbase.styleable.WritableStyleableMapAccessor
getExamples
-
Constructor Details
-
RegexStyleableKey
Creates a new instance with the specified name and with null as the default value.- Parameters:
name- The name of the key.
-
RegexStyleableKey
Creates a new instance with the specified name and default value. The value is nullable.- Parameters:
name- The name of the key.defaultValue- The default value.
-
RegexStyleableKey
public RegexStyleableKey(String name, boolean nullable, org.jhotdraw8.base.text.RegexReplace defaultValue) Creates a new instance with the specified name and default value.- Parameters:
name- The name of the key.nullable- whether the value is nullabledefaultValue- The default value.
-
-
Method Details
-
getCssConverter
public @NonNull org.jhotdraw8.base.converter.Converter<org.jhotdraw8.base.text.RegexReplace> getCssConverter()- Specified by:
getCssConverterin interfaceReadOnlyStyleableMapAccessor<org.jhotdraw8.base.text.RegexReplace>
-