Package org.jwall.web.policy.editor.tree

Examples of org.jwall.web.policy.editor.tree.PolicyTreeModel


   * </p>
   *
   * @param policy
   */
  public void setPolicy(WebPolicy policy) {
    rmodel = new PolicyTreeModel(policy);
    rmodel.addDocumentListener(this);
    policyEditorView.setProfile(policy);
    policyEditorView.validate();
    getWindow().getStatusBar().setMessage("Test");
    getAction(Action.SAVE_FILE).setEnabled(policy != null && file != null);

TOP

Related Classes of org.jwall.web.policy.editor.tree.PolicyTreeModel

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.