-
foreground
java.awt.Color foreground
The foreground colour of this object. Mostly used for the text.
-
top_panel
javax.swing.JPanel top_panel
The top part of the JClusteringSidePane. Contains anything that is
related to a specific Cluster.
-
bottom_panel
javax.swing.JPanel bottom_panel
The bottom part of the JClusteringSidePane. Contains anything that is
related to the entire Clustering.
-
context
org.processmining.framework.plugin.PluginContext context
The context in which we currently work.
-
clustering
ActiTraCClustering clustering
The ActiTraCClustering which is currently being displayed.
-
selected
JClusterBox selected
The JClusterBox that is currently selected, or null if no JClusterBox is
selected.
-
jClusterInfoPaneMouseListener
java.awt.event.MouseListener jClusterInfoPaneMouseListener
Will consume everything that lands on the panel and isn't consumed by
anything else yet. This is because we are working with panels that are
not entirely opaque.