Interface InsertPortsAware<PTM>

All Known Implementing Classes:
LightPortPanelController

public interface InsertPortsAware<PTM>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    insertPorts(int selectedRow, PTM portTableModel)
    Insert ports at the selected row.
    void
    removePort(int selectedRow, PTM portTableModel)
    Remove port at the selected row.
  • Method Details

    • insertPorts

      void insertPorts(int selectedRow, PTM portTableModel)
      Insert ports at the selected row.
      Parameters:
      selectedRow - the selected row
      portTableModel - the model
    • removePort

      void removePort(int selectedRow, PTM portTableModel)
      Remove port at the selected row.
      Parameters:
      selectedRow - the selected row
      portTableModel - the model