Class MotorPortEditorPanel

java.lang.Object
org.bidib.wizard.client.common.table.AbstractPortEditorPanel<org.bidib.wizard.model.ports.MotorPort>
org.bidib.wizard.mvc.main.view.table.MotorPortEditorPanel
All Implemented Interfaces:
PortEditorPanelCallback

public class MotorPortEditorPanel extends AbstractPortEditorPanel<org.bidib.wizard.model.ports.MotorPort>
  • Constructor Details

    • MotorPortEditorPanel

      public MotorPortEditorPanel(org.bidib.wizard.model.ports.MotorPort port, Consumer<org.bidib.wizard.model.ports.MotorPort> saveCallback, Consumer<org.bidib.wizard.model.ports.MotorPort> valueCallback, Consumer<org.bidib.wizard.model.ports.MotorPort> refreshCallback, io.reactivex.rxjava3.subjects.Subject<org.bidib.wizard.model.ports.event.PortConfigChangeEvent> portConfigChangeEventSubject, NodeSelectionProvider nodeSelectionProvider)
  • Method Details