Examples of NotesAddDialog


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
Copyright © 2018 www.massapi.com. 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.