| Package | Description |
|---|---|
| org.processmining.framework.util.ui.scalableview | |
| org.processmining.framework.util.ui.scalableview.interaction | |
| org.processmining.models.util |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<ViewInteractionPanel,java.lang.Integer> |
ScalableViewPanel.getViewInteractionPanels()
List all registered interaction panels and their locations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScalableViewPanel.addViewInteractionPanel(ViewInteractionPanel panel,
int location)
Adds the interaction panel at the given location.
|
void |
ScalableViewPanel.removeViewInteractionPanel(ViewInteractionPanel panel)
Remove a previously added interaction panel from the ScalableViewPanel.
|
void |
ScalableViewPanel.setLocation(ViewInteractionPanel panel,
javax.swing.JPanel panelOff,
javax.swing.JPanel panelOn) |
void |
ScalableViewPanel.setSize(ViewInteractionPanel panel,
javax.swing.JPanel panelOff,
javax.swing.JPanel panelOn) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundViewInteractionPanel |
class |
ExportInteractionPanel |
class |
PIPInteractionPanel |
class |
ZoomInteractionPanel |
| Modifier and Type | Method and Description |
|---|---|
void |
CompoundViewInteractionPanel.addViewInteractionPanel(ViewInteractionPanel panel) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSelectionPanel<C extends javax.swing.JComponent> |
class |
ListSelectionPanel |