|
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.FilterConfigurationArea
FilterConfigurationArea is the area that the user can configure a filter in.
Constructor Summary | |
FilterConfigurationArea()
|
Method Summary | |
abstract void |
apply(MarkerFieldFilter filter)
Apply the current settings to the filter. |
abstract void |
createContents(Composite parent)
Create the contents of the configuration area in the parent. |
MarkerField |
getField()
Return the field for the receiver. |
protected FontMetrics |
getFontMetrics()
Return the FontMetrics for the receiver. |
String |
getTitle()
Get the title for the receiver. |
abstract void |
initialize(MarkerFieldFilter filter)
Initialise the receiver using the filter. |
protected void |
initializeFontMetrics(Control control)
Initialise FontMetrics for the receiver. |
protected void |
setButtonLayoutData(Button button)
Set the standard button data for the button. |
void |
setField(MarkerField markerField)
Set the markerField for the receiver. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilterConfigurationArea()
Method Detail |
public abstract void apply(MarkerFieldFilter filter)
filter
- public abstract void createContents(Composite parent)
parent
- protected FontMetrics getFontMetrics()
FontMetrics
for the receiver.
FontMetrics
or null
if initializeFontMetrics(Control)
has not been called.public String getTitle()
protected void initializeFontMetrics(Control control)
FontMetrics
for the receiver.
control
- public abstract void initialize(MarkerFieldFilter filter)
filter
- public final void setField(MarkerField markerField)
markerField
- protected void setButtonLayoutData(Button button)
button
- public MarkerField getField()
|
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.