Class ComboboxSection<V>

java.lang.Object
com.amalgamasimulation.desktop.ui.editor.sections.internal.Section
com.amalgamasimulation.desktop.ui.editor.sections.ComboboxSection<V>
All Implemented Interfaces:
IComboBoxSection<V>, ILabelSection, ISection
Direct Known Subclasses:
ContainerComboboxSection

public class ComboboxSection<V> extends com.amalgamasimulation.desktop.ui.editor.sections.internal.Section implements IComboBoxSection<V>, ILabelSection
  • Field Details

    • internalLabel

      protected com.amalgamasimulation.desktop.ui.editor.internal.InternalLabel internalLabel
    • internalComboBox

      protected com.amalgamasimulation.desktop.ui.editor.internal.InternalComboBox<V> internalComboBox
    • buttons

      protected List<InternalButton> buttons
    • comboboxDataBinding

      protected AbstractComboboxDataBinding<V> comboboxDataBinding
  • Constructor Details

    • ComboboxSection

      public ComboboxSection()
  • Method Details