Uses of Class
org.processmining.placebasedlpmdiscovery.view.components.placesetdisplay.PlaceSetDisplayComponentType
-
Packages that use PlaceSetDisplayComponentType Package Description org.processmining.placebasedlpmdiscovery.view.components org.processmining.placebasedlpmdiscovery.view.components.placesetdisplay -
-
Uses of PlaceSetDisplayComponentType in org.processmining.placebasedlpmdiscovery.view.components
Methods in org.processmining.placebasedlpmdiscovery.view.components with parameters of type PlaceSetDisplayComponentType Modifier and Type Method Description PlaceSetDisplayComponentComponentFactory. createPlaceSetDisplayComponent(PlaceSetDisplayComponentType type, java.util.Collection<Place> places)PlaceSetDisplayComponentComponentFactory. createPlaceSetDisplayComponent(PlaceSetDisplayComponentType type, java.util.Collection<Place> places, NewElementSelectedListener<Place> listener)PlaceSetDisplayComponentDefaultComponentFactory. createPlaceSetDisplayComponent(PlaceSetDisplayComponentType type, java.util.Collection<Place> places)PlaceSetDisplayComponentDefaultComponentFactory. createPlaceSetDisplayComponent(PlaceSetDisplayComponentType type, java.util.Collection<Place> places, NewElementSelectedListener<Place> listener) -
Uses of PlaceSetDisplayComponentType in org.processmining.placebasedlpmdiscovery.view.components.placesetdisplay
Methods in org.processmining.placebasedlpmdiscovery.view.components.placesetdisplay that return PlaceSetDisplayComponentType Modifier and Type Method Description static PlaceSetDisplayComponentTypePlaceSetDisplayComponentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PlaceSetDisplayComponentType[]PlaceSetDisplayComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.placebasedlpmdiscovery.view.components.placesetdisplay with parameters of type PlaceSetDisplayComponentType Modifier and Type Method Description PlaceSetDisplayComponentDefaultPlaceSetDisplayComponentFactory. createPlaceSetDisplayComponent(PlaceSetDisplayComponentType type, java.util.Collection<Place> places)PlaceSetDisplayComponentDefaultPlaceSetDisplayComponentFactory. createPlaceSetDisplayComponent(PlaceSetDisplayComponentType type, java.util.Collection<Place> places, NewElementSelectedListener<Place> listener)PlaceSetDisplayComponentPlaceSetDisplayComponentFactory. createPlaceSetDisplayComponent(PlaceSetDisplayComponentType type, java.util.Collection<Place> places)PlaceSetDisplayComponentPlaceSetDisplayComponentFactory. createPlaceSetDisplayComponent(PlaceSetDisplayComponentType type, java.util.Collection<Place> places, NewElementSelectedListener<Place> listener)
-