Package org.parosproxy.paros.model

Examples of org.parosproxy.paros.model.HistoryReference


      public void actionPerformed(java.awt.event.ActionEvent e) {
        JList listLog = extension.getLogPanel().getListLog();
        Object[] obj = listLog.getSelectedValues();
        for (int i = 0; i < obj.length; i++) {
          HistoryReference ref = (HistoryReference) obj[i];
          deleteHistory(ref);
        }
      }
    });
View Full Code Here

TOP

Related Classes of org.parosproxy.paros.model.HistoryReference

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.