Uses of Interface
org.processmining.placebasedlpmdiscovery.view.components.general.tables.TableListener
-
-
Uses of TableListener in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components
Subinterfaces of TableListener in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components Modifier and Type Interface Description interfaceWeirdComponentController<T extends java.io.Serializable>Classes in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components that implement TableListener Modifier and Type Class Description classSimpleCollectionOfElementsComponent<T extends TextDescribable & java.io.Serializable> -
Uses of TableListener in org.processmining.placebasedlpmdiscovery.view.components.general.tables
Constructors in org.processmining.placebasedlpmdiscovery.view.components.general.tables with parameters of type TableListener Constructor Description TableComposition(java.util.Collection<T> result, PluginVisualizerTableFactory<T> tableFactory, TableListener<T> controller, DataCommunicationControllerVM dcVM) -
Uses of TableListener in org.processmining.placebasedlpmdiscovery.view.components.general.tables.factories
Fields in org.processmining.placebasedlpmdiscovery.view.components.general.tables.factories declared as TableListener Modifier and Type Field Description protected TableListener<T>AbstractPluginVisualizerTableFactory. listenerMethods in org.processmining.placebasedlpmdiscovery.view.components.general.tables.factories with parameters of type TableListener Modifier and Type Method Description GenericTextDescribableTableComponent<T>AbstractPluginVisualizerTableFactory. getPluginVisualizerTable(java.util.Collection<T> result, TableListener<T> listener)GenericTextDescribableTableComponent<T>PluginVisualizerTableFactory. getPluginVisualizerTable(java.util.Collection<T> result, TableListener<T> listener)
-