Interface FlatComponentExtension

    • Method Detail

      • getClientPropertyBoolean

        default boolean getClientPropertyBoolean​(Object key,
                                                 String defaultValueKey)
      • getClientPropertyBoolean

        default boolean getClientPropertyBoolean​(Object key,
                                                 boolean defaultValue)
      • putClientPropertyBoolean

        default void putClientPropertyBoolean​(Object key,
                                              boolean value,
                                              boolean defaultValue)
      • getClientPropertyInt

        default int getClientPropertyInt​(Object key,
                                         String defaultValueKey)
      • getClientPropertyInt

        default int getClientPropertyInt​(Object key,
                                         int defaultValue)
      • getClientPropertyColor

        default Color getClientPropertyColor​(Object key,
                                             String defaultValueKey)
      • getClientPropertyInsets

        default Insets getClientPropertyInsets​(Object key,
                                               String defaultValueKey)
      • getClientPropertyEnumString

        default <T extends Enum<T>> T getClientPropertyEnumString​(Object key,
                                                                  Class<T> enumType,
                                                                  String defaultValueKey,
                                                                  T defaultValue)
      • putClientPropertyEnumString

        default <T extends Enum<T>> void putClientPropertyEnumString​(Object key,
                                                                     Enum<T> value)