Interface ComboBoxAdapter<E extends ComboBoxAdaptable<E>>

    • Method Detail

      • setDefaultValue

        void setDefaultValue​(@NotNull
                             E defaultValue)
      • onFirst

        boolean onFirst​(int intValue,
                        OnMap map)
      • onAll

        boolean onAll​(int intValue,
                      OnMap map)
      • fillComboBox

        void fillComboBox​(@NotNull
                          @NotNull javax.swing.JComboBox<java.lang.String> comboBox,
                          @NotNull
                          @NotNull ComboBoxAdaptable<?>... exclude)
      • setComboBoxSelection

        boolean setComboBoxSelection​(@NotNull
                                     @NotNull javax.swing.JComboBox<java.lang.String> comboBox,
                                     @Nullable
                                     @Nullable ComboBoxAdaptable<?> selection)
      • findEnum

        @NotNull
        E findEnum​(int intValue)
      • findEnum

        @NotNull
        E findEnum​(java.lang.String displayName)
      • findEnumName

        @NotNull
        E findEnumName​(java.lang.String name)
      • findEnumNameOrNull

        @Nullable
        E findEnumNameOrNull​(java.lang.String name)
      • get

        @NotNull
        E get​(@NotNull
              @NotNull javax.swing.JComboBox<java.lang.String> comboBox)
      • valueOf

        @NotNull
        E valueOf​(java.lang.String name)
      • getDefault

        @NotNull
        E getDefault()
      • isBoolean

        boolean isBoolean()