Uses of Interface
org.processmining.framework.util.ui.widgets.traceview.ProMTraceList.TraceBuilder
-
Packages that use ProMTraceList.TraceBuilder Package Description org.processmining.framework.util.ui.widgets.traceview -
-
Uses of ProMTraceList.TraceBuilder in org.processmining.framework.util.ui.widgets.traceview
Classes in org.processmining.framework.util.ui.widgets.traceview that implement ProMTraceList.TraceBuilder Modifier and Type Class Description static classProMTraceList.NoOpTraceBuilder<T extends ProMTraceView.Event>TraceBuilder that just returns a class, which already implementsProMTraceView.Trace.Methods in org.processmining.framework.util.ui.widgets.traceview that return ProMTraceList.TraceBuilder Modifier and Type Method Description ProMTraceList.TraceBuilder<T>ProMTraceList. getTraceBuilder()Methods in org.processmining.framework.util.ui.widgets.traceview with parameters of type ProMTraceList.TraceBuilder Modifier and Type Method Description voidProMTraceList. setTraceBuilder(ProMTraceList.TraceBuilder<T> traceBuilder)Constructors in org.processmining.framework.util.ui.widgets.traceview with parameters of type ProMTraceList.TraceBuilder Constructor Description ProMTraceList(java.util.Collection<T> traces, ProMTraceList.TraceBuilder<T> traceBuilder)Creates a filterable and sortableProMTraceListfrom the suppliedCollectionof objectsProMTraceList(java.util.Collection<T> traces, ProMTraceList.TraceBuilder<T> traceBuilder, java.awt.Font labelFont)Creates a filterable and sortableProMTraceListfrom the suppliedCollectionof objectsProMTraceList(java.util.Collection<T> traces, ProMTraceList.TraceBuilder<T> traceBuilder, java.awt.Font labelFont, boolean hasLabels)Creates a filterable and sortableProMTraceListfrom the suppliedCollectionof objectsProMTraceList(java.util.Collection<T> traces, ProMTraceList.TraceBuilder<T> traceBuilder, java.util.Comparator<T> order)Creates a filterable and sortableProMTraceListfrom the suppliedCollectionof objectsProMTraceList(java.util.Collection<T> traces, ProMTraceList.TraceBuilder<T> traceBuilder, java.util.Comparator<T> order, java.awt.Font labelFont)ProMTraceList(java.util.Collection<T> traces, ProMTraceList.TraceBuilder<T> traceBuilder, java.util.Comparator<T> order, java.awt.Font labelFont, boolean hasLabels)Creates a filterable and sortableProMTraceListfrom the suppliedCollectionof objectsProMTraceList(javax.swing.ListModel<T> traceModel, ProMTraceList.TraceBuilder<T> traceBuilder)Creates aProMTraceListfrom the suppliedListModel, if you want your list to be sortable and filterable yourListModelneeds to implementFilteredListModelandSortableListModel.ProMTraceList(javax.swing.ListModel<T> traceModel, ProMTraceList.TraceBuilder<T> traceBuilder, java.awt.Font labelFont)ProMTraceList(javax.swing.ListModel<T> listModel, ProMTraceList.TraceBuilder<T> traceBuilder, java.awt.Font labelFont, boolean hasLabels)Creates aProMTraceListfrom the suppliedListModel, if you want your list to be sortable and filterable yourListModelneeds to implementFilteredListModelandSortableListModel.ProMTraceList(ProMTraceList.TraceBuilder<T> traceBuilder)Creates an emptyProMTraceList
-