Uses of Class
org.bidib.wizard.mvc.main.model.SoundPortTableModel
Packages that use SoundPortTableModel
-
Uses of SoundPortTableModel in org.bidib.wizard.mvc.main.view.panel
Methods in org.bidib.wizard.mvc.main.view.panel with parameters of type SoundPortTableModelModifier and TypeMethodDescriptionprotected 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 SoundPortTableModelModifierConstructorDescriptionSoundPortListPanel(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 SoundPortTableModelModifierConstructorDescriptionSoundPortTable(SoundPortTableModel soundPortTableModel, String emptyTableText)