Interface InsertPortsAware<PTM>

    • Method Detail

      • 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