Interface InsertPortsAware<PTM>
- All Known Implementing Classes:
LightPortPanelController
public interface InsertPortsAware<PTM>
-
Method Summary
Modifier and TypeMethodDescriptionvoidinsertPorts(int selectedRow, PTM portTableModel) Insert ports at the selected row.voidremovePort(int selectedRow, PTM portTableModel) Remove port at the selected row.
-
Method Details
-
insertPorts
Insert ports at the selected row.- Parameters:
selectedRow- the selected rowportTableModel- the model
-
removePort
Remove port at the selected row.- Parameters:
selectedRow- the selected rowportTableModel- the model
-