Class Notebook

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener

    public class Notebook
    extends java.lang.Object
    implements java.awt.event.ActionListener
    • Constructor Summary

      Constructors 
      Constructor Description
      Notebook​(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, org.deckfour.xes.model.XLog log)  
      Notebook​(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, org.deckfour.xes.model.XLog log, boolean addComputationCell)  
    • Constructor Detail

      • Notebook

        public Notebook​(org.processmining.contexts.uitopia.UIPluginContext context,
                        org.processmining.framework.plugin.ProMCanceller canceller,
                        org.deckfour.xes.model.XLog log)
      • Notebook

        public Notebook​(org.processmining.contexts.uitopia.UIPluginContext context,
                        org.processmining.framework.plugin.ProMCanceller canceller,
                        org.deckfour.xes.model.XLog log,
                        boolean addComputationCell)
    • Method Detail

      • getInputLog

        public LogType getInputLog()
      • getOutputLogs

        public java.util.List<LogType> getOutputLogs()
      • getWidget

        public javax.swing.JComponent getWidget()
      • updated

        public void updated​(Cell cell)
      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
      • populate

        public void populate​(org.processmining.contexts.uitopia.UIPluginContext context,
                             org.processmining.framework.plugin.ProMCanceller canceller,
                             NotebookTemplate notebookTemplate,
                             org.deckfour.xes.model.XLog log)