Package | Description |
---|---|
org.processmining.framework.util.ui.widgets.traceview |
Modifier and Type | Class and Description |
---|---|
static class |
ProMTraceList.NoOpTraceBuilder<T extends ProMTraceView.Event>
TraceBuilder that just returns a class, which already implements
ProMTraceView.Trace . |
Modifier and Type | Method and Description |
---|---|
ProMTraceList.TraceBuilder<T> |
ProMTraceList.getTraceBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
ProMTraceList.setTraceBuilder(ProMTraceList.TraceBuilder<T> traceBuilder) |
Constructor and Description |
---|
ProMTraceList(java.util.Collection<T> traces,
ProMTraceList.TraceBuilder<T> traceBuilder)
Creates a filterable and sortable
ProMTraceList from the supplied
Collection of objects |
ProMTraceList(java.util.Collection<T> traces,
ProMTraceList.TraceBuilder<T> traceBuilder,
java.util.Comparator<T> order)
Creates a filterable and sortable
ProMTraceList from the supplied
Collection of objects |
ProMTraceList(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 sortable
ProMTraceList from the supplied
Collection of objects |
ProMTraceList(java.util.Collection<T> traces,
ProMTraceList.TraceBuilder<T> traceBuilder,
java.awt.Font labelFont)
Creates a filterable and sortable
ProMTraceList from the supplied
Collection of objects |
ProMTraceList(java.util.Collection<T> traces,
ProMTraceList.TraceBuilder<T> traceBuilder,
java.awt.Font labelFont,
boolean hasLabels)
Creates a filterable and sortable
ProMTraceList from the supplied
Collection of objects |
ProMTraceList(javax.swing.ListModel<T> traceModel,
ProMTraceList.TraceBuilder<T> traceBuilder)
Creates a
ProMTraceList from the supplied ListModel , if
you want your list to be sortable and filterable your ListModel
needs to implement FilteredListModel and
SortableListModel . |
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 a
ProMTraceList from the supplied ListModel , if
you want your list to be sortable and filterable your ListModel
needs to implement FilteredListModel and
SortableListModel . |
ProMTraceList(ProMTraceList.TraceBuilder<T> traceBuilder)
Creates an empty
ProMTraceList |