Class SoundPortEditorPanel

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

public class SoundPortEditorPanel extends AbstractPortEditorPanel<org.bidib.wizard.model.ports.SoundPort>
  • Constructor Details

    • SoundPortEditorPanel

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