Package org.zaproxy.zap.extension.history

Examples of org.zaproxy.zap.extension.history.NotesAddDialog


    }
    return popupMenuResendSites;
  }
   
    public void showNotesAddDialog(HistoryReference ref, String note) {
      dialogNotesAdd = new NotesAddDialog(getView().getMainFrame(), false);
      dialogNotesAdd.setPlugin(this);
      dialogNotesAdd.setVisible(true);
      dialogNotesAdd.getTxtDisplay().setText(note);
      dialogNotesAdd.setHistoryRef(ref);
    }
View Full Code Here

TOP

Related Classes of org.zaproxy.zap.extension.history.NotesAddDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.