Interface InsertPortsAware<PTM>
-
- All Known Implementing Classes:
LightPortPanelController
public interface InsertPortsAware<PTM>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinsertPorts(int selectedRow, PTM portTableModel)Insert ports at the selected row.
-
-
-
Method Detail
-
insertPorts
void insertPorts(int selectedRow, PTM portTableModel)Insert ports at the selected row.- Parameters:
selectedRow- the selected rowportTableModel- the model
-
-