Class PortComboBoxWithButtonRenderer<E extends org.bidib.wizard.model.status.BidibStatus>

    • Field Detail

      • comboBox

        protected final JComboBox<E extends org.bidib.wizard.model.status.BidibStatus> comboBox
    • Constructor Detail

      • PortComboBoxWithButtonRenderer

        public PortComboBoxWithButtonRenderer​(E[] items,
                                              String buttonText,
                                              Class<?> resourceClazz,
                                              Integer instanceColumn)
      • PortComboBoxWithButtonRenderer

        public PortComboBoxWithButtonRenderer​(E[] items,
                                              String buttonText,
                                              String resourceClazz,
                                              Integer instanceColumn)
    • Method Detail

      • setSelectedValue

        protected void setSelectedValue​(org.bidib.wizard.model.ports.Port<? extends org.bidib.wizard.model.status.BidibStatus> port)
      • setSelectedValue

        protected void setSelectedValue​(E status)
      • isPortEnabled

        protected boolean isPortEnabled​(org.bidib.wizard.model.ports.ConfigurablePort<?> port)