|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.views.markers.MarkerFieldFilter
A MarkerFieldFilter is a filter on a particular marker field.
Constructor Summary | |
MarkerFieldFilter()
|
Method Summary | |
MarkerField |
getField()
Get the field for the receiver. |
void |
initialize(Map values)
Initialise the receiver with the values in the values Map. |
abstract void |
loadSettings(IMemento memento)
Load any settings for the receiver from the memento. |
void |
populateWorkingCopy(MarkerFieldFilter copy)
Populate the working copy with the copy of whatever fields are required. |
abstract void |
saveSettings(IMemento memento)
Save any of the relevant state for the receiver in the memento so that it can be used to restore the user settings. |
abstract boolean |
select(MarkerItem item)
Return whether or not marker should be filtered by the receiver. |
void |
setField(MarkerField markerField)
Set the field for the receiver. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MarkerFieldFilter()
Method Detail |
public abstract boolean select(MarkerItem item)
item
-
true
if the marker should be shown.public void initialize(Map values)
values
- FiltersContributionParameters
public void populateWorkingCopy(MarkerFieldFilter copy)
copy
- public final void setField(MarkerField markerField)
markerField
- public final MarkerField getField()
public abstract void saveSettings(IMemento memento)
memento
- loadSettings(IMemento)
public abstract void loadSettings(IMemento memento)
memento
- saveSettings(IMemento)
|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.