public class ProMUIOverlay
extends java.lang.Object
implements java.awt.event.ActionListener
| Modifier and Type | Field and Description |
|---|---|
protected int |
interactionResult |
protected int |
overlayHeight |
protected java.lang.String |
overlayTitle |
protected int |
overlayWidth |
protected static UIInjectionStack |
uis |
| Constructor and Description |
|---|
ProMUIOverlay() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
CloseDialog() |
protected javax.swing.JComponent |
CreateContentPanel() |
protected org.deckfour.uitopia.ui.overlay.AbstractOverlayDialog |
CreateDialog() |
protected org.deckfour.uitopia.ui.overlay.OverlayEnclosure |
CreateOverlay() |
int |
ShowDialog(org.processmining.contexts.uitopia.UIPluginContext context) |
protected static UIInjectionStack uis
protected int overlayWidth
protected int overlayHeight
protected java.lang.String overlayTitle
protected int interactionResult
public int ShowDialog(org.processmining.contexts.uitopia.UIPluginContext context)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void CloseDialog()
protected javax.swing.JComponent CreateContentPanel()
protected org.deckfour.uitopia.ui.overlay.AbstractOverlayDialog CreateDialog()
protected org.deckfour.uitopia.ui.overlay.OverlayEnclosure CreateOverlay()