Uses of Class
org.bidib.wizard.mvc.main.model.SoundPortTableModel
-
Packages that use SoundPortTableModel Package Description org.bidib.wizard.mvc.main.view.panel org.bidib.wizard.mvc.main.view.table -
-
Uses of SoundPortTableModel in org.bidib.wizard.mvc.main.view.panel
Methods in org.bidib.wizard.mvc.main.view.panel with parameters of type SoundPortTableModel Modifier and Type Method Description protected AbstractPortHierarchicalTable<org.bidib.wizard.model.ports.SoundPort>SoundPortListPanel. createPortTable(SoundPortTableModel tableModel, String emptyTableText)protected voidSoundPortListPanel. createTable(SoundPortTableModel tableModel, String emptyTableText, io.reactivex.rxjava3.subjects.PublishSubject<org.bidib.wizard.model.ports.event.PortConfigChangeEvent> portConfigChangeEventSubject, NodeSelectionProvider nodeSelectionProvider)Constructors in org.bidib.wizard.mvc.main.view.panel with parameters of type SoundPortTableModel Constructor Description SoundPortListPanel(SoundPortPanelController controller, SoundPortTableModel tableModel, MainModel mainModel, TabVisibilityListener tabVisibilityListener, io.reactivex.rxjava3.subjects.PublishSubject<org.bidib.wizard.model.ports.event.PortConfigChangeEvent> portConfigChangeEventSubject) -
Uses of SoundPortTableModel in org.bidib.wizard.mvc.main.view.table
Constructors in org.bidib.wizard.mvc.main.view.table with parameters of type SoundPortTableModel Constructor Description SoundPortTable(SoundPortTableModel soundPortTableModel, String emptyTableText)
-