Package no.ugland.utransprod.gui.model

Examples of no.ugland.utransprod.gui.model.PreventiveActionCommentModel


      comment.addCommentType(CommentTypeUtil.getCommentType("Bruker"));

      CommentViewHandler preventiveActionCommentViewHandler = new CommentViewHandler(
          login, (PreventiveActionManager) overviewManager);
      EditCommentView editDeviationCommentView = new EditCommentView(
          new PreventiveActionCommentModel(comment),
          preventiveActionCommentViewHandler);

      JDialog dialog = Util.getDialog(window, "Legg til kommentar", true);
      dialog.setName("EditDeviationCommentView");
      WindowInterface dialogWindow = new JDialogAdapter(dialog);
View Full Code Here

TOP

Related Classes of no.ugland.utransprod.gui.model.PreventiveActionCommentModel

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.