public class HighlightingFilterTraceStartsWithEvent extends HighlightingFilter
Constructor and Description |
---|
HighlightingFilterTraceStartsWithEvent() |
Modifier and Type | Method and Description |
---|---|
IvMFilterGui |
createGui()
Initialises the JPanel containing the filter settings.
|
java.lang.String |
getName()
Returns the name of this filter.
|
boolean |
isEnabled()
Returns whether this filter is actually filtering something.
|
static boolean |
isTraceIncluded(IvMTrace trace,
AttributeFilterGui panel) |
void |
setAttributesInfo(IvMAttributesInfo attributesInfo)
Update the filter with the attributes info.
|
boolean |
staysInLog(IvMTrace trace)
Main function of the filter.
|
void |
updateExplanation() |
compareTo, createFilterGui, equals, getFilterName, getPanel, hashCode, isEnabledFilter, setEnabledFilter, update
public HighlightingFilterTraceStartsWithEvent()
public java.lang.String getName()
IvMFilter
public IvMFilterGui createGui()
IvMFilter
public void setAttributesInfo(IvMAttributesInfo attributesInfo)
HighlightingFilter
setAttributesInfo
in class HighlightingFilter
public boolean staysInLog(IvMTrace trace)
HighlightingFilter
staysInLog
in class HighlightingFilter
public static boolean isTraceIncluded(IvMTrace trace, AttributeFilterGui panel)
public boolean isEnabled()
IvMFilter
public void updateExplanation()