Class StringStyleableKey

All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<String>, WritableStyleableMapAccessor<String>, Key<String>, MapAccessor<String>, NonNullKey<String>, NonNullMapAccessor<String>

public class StringStyleableKey extends AbstractStyleableKey<String> implements WritableStyleableMapAccessor<String>, NonNullKey<String>
StringStyleableKey.
Author:
Werner Randelshofer
  • Constructor Details

    • StringStyleableKey

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

      public StringStyleableKey(String name, String defaultValue)
      Creates a new instance with the specified name and default value.
      Parameters:
      name - The name of the key.
      defaultValue - The default value.
    • StringStyleableKey

      public StringStyleableKey(String name, String defaultValue, String helpText)
      Creates a new instance with the specified name, mask and default value.
      Parameters:
      name - The name of the key.
      defaultValue - The default value.
      helpText - the help text
    • StringStyleableKey

      public StringStyleableKey(String namespace, String name, String defaultValue, String helpText)
  • Method Details