Class PlaceSetPluginVisualizerTableFactory
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.view.components.general.tables.factories.AbstractPluginVisualizerTableFactory<Place>
-
- org.processmining.placebasedlpmdiscovery.view.components.placesetdisplay.PlaceSetPluginVisualizerTableFactory
-
- All Implemented Interfaces:
PluginVisualizerTableFactory<Place>
public class PlaceSetPluginVisualizerTableFactory extends AbstractPluginVisualizerTableFactory<Place>
-
-
Field Summary
-
Fields inherited from class org.processmining.placebasedlpmdiscovery.view.components.general.tables.factories.AbstractPluginVisualizerTableFactory
listener
-
-
Constructor Summary
Constructors Constructor Description PlaceSetPluginVisualizerTableFactory(DataCommunicationControllerVM dcVM)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CustomObjectTableModel<Place>createTableModel(java.util.Map<java.lang.Integer,Place> indexObjectMap)protected java.util.Map<java.lang.Integer,Place>getIndexObjectMap(java.util.Collection<Place> elements)protected javax.swing.JPopupMenugetPopupMenu(GenericTextDescribableTableComponent<Place> table)protected voidonNewSelection(Place selectedObject, java.lang.String tableId)-
Methods inherited from class org.processmining.placebasedlpmdiscovery.view.components.general.tables.factories.AbstractPluginVisualizerTableFactory
getPluginVisualizerTable
-
-
-
-
Constructor Detail
-
PlaceSetPluginVisualizerTableFactory
@Inject public PlaceSetPluginVisualizerTableFactory(DataCommunicationControllerVM dcVM)
-
-
Method Detail
-
getIndexObjectMap
protected java.util.Map<java.lang.Integer,Place> getIndexObjectMap(java.util.Collection<Place> elements)
- Specified by:
getIndexObjectMapin classAbstractPluginVisualizerTableFactory<Place>
-
createTableModel
protected CustomObjectTableModel<Place> createTableModel(java.util.Map<java.lang.Integer,Place> indexObjectMap)
- Specified by:
createTableModelin classAbstractPluginVisualizerTableFactory<Place>
-
getPopupMenu
protected javax.swing.JPopupMenu getPopupMenu(GenericTextDescribableTableComponent<Place> table)
- Specified by:
getPopupMenuin classAbstractPluginVisualizerTableFactory<Place>
-
onNewSelection
protected void onNewSelection(Place selectedObject, java.lang.String tableId)
- Specified by:
onNewSelectionin classAbstractPluginVisualizerTableFactory<Place>
-
-