Class RegexStyleableKey

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:
Serializable, 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
See Also:
  • Constructor Details

    • RegexStyleableKey

      public RegexStyleableKey(String name)
      Creates a new instance with the specified name and with null as the default value.
      Parameters:
      name - The name of the key.
    • RegexStyleableKey

      public RegexStyleableKey(String name, org.jhotdraw8.base.text.RegexReplace defaultValue)
      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 nullable
      defaultValue - The default value.
  • Method Details