Uses of Class
org.eclipse.ui.views.markers.MarkerField
-
Packages that use MarkerField Package Description org.eclipse.ui.views.markers Utility classes for working with markers in views
-
-
Uses of MarkerField in org.eclipse.ui.views.markers
Methods in org.eclipse.ui.views.markers that return MarkerField Modifier and Type Method Description MarkerField
FilterConfigurationArea. getField()
Return the field for the receiver.MarkerField
MarkerFieldFilter. getField()
Get the field for the receiver.Methods in org.eclipse.ui.views.markers with parameters of type MarkerField Modifier and Type Method Description void
FilterConfigurationArea. setField(MarkerField markerField)
Set the markerField for the receiver.void
MarkerFieldFilter. setField(MarkerField markerField)
Set the field for the receiver.
-