Uses of Class
org.bidib.wizard.mvc.main.model.SwitchPortTableModel
Packages that use SwitchPortTableModel
-
Uses of SwitchPortTableModel in org.bidib.wizard.mvc.main.view.panel
Methods in org.bidib.wizard.mvc.main.view.panel with parameters of type SwitchPortTableModelModifier and TypeMethodDescriptionprotected AbstractPortHierarchicalTable<org.bidib.wizard.model.ports.SwitchPort> SwitchPortListPanel.createPortTable(SwitchPortTableModel tableModel, String emptyTableText) protected voidSwitchPortListPanel.createTable(SwitchPortTableModel tableModel, String emptyTableText, io.reactivex.rxjava3.subjects.Subject<org.bidib.wizard.model.ports.event.PortConfigChangeEvent> portConfigChangeEventSubject, NodeSelectionProvider nodeSelectionProvider) Constructors in org.bidib.wizard.mvc.main.view.panel with parameters of type SwitchPortTableModelModifierConstructorDescriptionSwitchPortListPanel(SwitchPortPanelController controller, SwitchPortTableModel tableModel, MainModel mainModel, TabVisibilityListener tabVisibilityListener, io.reactivex.rxjava3.subjects.Subject<org.bidib.wizard.model.ports.event.PortConfigChangeEvent> portConfigChangeEventSubject) -
Uses of SwitchPortTableModel in org.bidib.wizard.mvc.main.view.table
Constructors in org.bidib.wizard.mvc.main.view.table with parameters of type SwitchPortTableModelModifierConstructorDescriptionSwitchPortTable(SwitchPortTableModel switchPortTableModel, String emptyTableText)