Package org.zaproxy.zap.extension.history

Examples of org.zaproxy.zap.extension.history.HistoryFilterPlusDialog.showDialog()


    } catch (SQLException e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    }

    int exit = dialog.showDialog();
    int result = 0;    // cancel, state unchanged
    HistoryFilter historyFilter = dialog.getFilter();
    if (exit == JOptionPane.OK_OPTION) {
        getProxyListenerLog().setHistoryFilter(historyFilter);
        searchHistory(historyFilter);
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.