Uses of Class
org.processmining.framework.ui.MDIDesktopPane

Packages that use MDIDesktopPane
org.processmining.framework.ui Contains classes that form the user interface of the process mining tool. 
org.processmining.framework.ui.actions   
org.processmining.framework.ui.menus   
 

Uses of MDIDesktopPane in org.processmining.framework.ui
 

Methods in org.processmining.framework.ui that return MDIDesktopPane
 MDIDesktopPane MainUI.getDesktop()
          Returns the desktop of this user interface,
 

Constructors in org.processmining.framework.ui with parameters of type MDIDesktopPane
WindowMenu(MDIDesktopPane desktop)
           
 

Uses of MDIDesktopPane in org.processmining.framework.ui.actions
 

Fields in org.processmining.framework.ui.actions declared as MDIDesktopPane
protected  MDIDesktopPane CatchOutOfMemoryAction.desktop
           
 

Constructors in org.processmining.framework.ui.actions with parameters of type MDIDesktopPane
AnalyseAction(MDIDesktopPane desktop)
           
CatchOutOfMemoryAction(java.lang.String s, javax.swing.Icon i, MDIDesktopPane desktop)
           
CatchOutOfMemoryAction(java.lang.String s, MDIDesktopPane desktop)
           
ConvertAction(MDIDesktopPane desktop)
           
ExportHistoryAction(java.lang.String s, MDIDesktopPane desktop)
           
ImportFileAction(ImportPlugin algorithm, LogReader connectToLog, MDIDesktopPane desktop, java.lang.String label)
           
ImportFileAction(ImportPlugin algorithm, MDIDesktopPane desktop)
           
OpenLogAction(MDIDesktopPane desktop)
           
OpenLogAction(MDIDesktopPane desktop, java.lang.String label)
           
ShowMessagesAction(MDIDesktopPane desktop)
           
ShowMessagesAction(MDIDesktopPane desktop, java.lang.String label)
           
 

Uses of MDIDesktopPane in org.processmining.framework.ui.menus
 

Constructors in org.processmining.framework.ui.menus with parameters of type MDIDesktopPane
AnalysisMenu(MDIDesktopPane desktop)
           
AnalysisMenu(MDIDesktopPane desktop, boolean all)
           
ConversionMenu(MDIDesktopPane desktop)
           
ConversionMenu(MDIDesktopPane desktop, boolean all)
           
ImportMenu(MDIDesktopPane desktop)
           
MineMenu(MDIDesktopPane desktop)
           
MineMenu(MDIDesktopPane desktop, boolean all)
           
RecentFileMenu(MDIDesktopPane desktop)