Package org.parosproxy.paros.view

Examples of org.parosproxy.paros.view.SessionDialog


        }
      }
  }
 
  public void properties() {
      SessionDialog dialog = view.getSessionDialog("Session Properties");
      dialog.initParam(model.getSession());
      dialog.showDialog(false);
//    view.getMainFrame().setTitle(Constant.PROGRAM_NAME + " " + Constant.PROGRAM_VERSION + " - " + model.getSession().getSessionName());
  }
View Full Code Here


          Constant.PROGRAM_NAME);
    }
  }
 
  public void properties() {
    SessionDialog dialog = view.getSessionDialog("Session Properties");
    dialog.initParam(model.getSession());
    dialog.showDialog(false);
    // ZAP: Set the title consistently
      setTitle();
  }
View Full Code Here

TOP

Related Classes of org.parosproxy.paros.view.SessionDialog

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.