Interface ComboBoxAdaptable<E extends ComboBoxAdaptable<E>>

  • All Known Implementing Classes:
    DynamicListAdaptable

    public interface ComboBoxAdaptable<E extends ComboBoxAdaptable<E>>
    • Method Detail

      • getDisplayName

        @NotNull
        @NotNull java.lang.String getDisplayName()
      • name

        @NotNull
        @NotNull java.lang.String name()
      • getIntValue

        int getIntValue()
      • getValues

        @NotNull
        @NotNull E[] getValues()
      • isDefault

        default boolean isDefault()
      • setComboBoxSelection

        default boolean setComboBoxSelection​(@NotNull
                                             @NotNull javax.swing.JComboBox<java.lang.String> comboBox)