public class HighlightingFilterTraceAttribute extends HighlightingFilterEvent
Constructor and Description |
---|
HighlightingFilterTraceAttribute() |
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.
|
void |
setAttributesInfo(IvMAttributesInfo attributesInfo)
Update the filter with the attributes info.
|
boolean |
staysInLog(IvMTrace trace)
Main function of the filter.
|
void |
updateExplanation() |
isEnabled, isTraceIncluded
compareTo, createFilterGui, equals, getFilterName, getPanel, hashCode, isEnabledFilter, setEnabledFilter, update
public IvMFilterGui createGui()
IvMFilter
createGui
in class HighlightingFilterEvent
public void setAttributesInfo(IvMAttributesInfo attributesInfo)
HighlightingFilter
setAttributesInfo
in class HighlightingFilterEvent
public java.lang.String getName()
IvMFilter
getName
in class HighlightingFilterEvent
public boolean staysInLog(IvMTrace trace)
HighlightingFilter
staysInLog
in class HighlightingFilterEvent
public void updateExplanation()
updateExplanation
in class HighlightingFilterEvent