|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A participant descriptor filter allows clients to provide additional filters on participant selection.
Field Summary | |
---|---|
static String |
NAME
A constant indicating a name attribute (value: name ) |
static String |
PARAM
A constant indicating a param element (value: param ) |
static String |
VALUE
A constant indicating a value attribute (value: value ) |
Method Summary | |
---|---|
boolean |
select(IConfigurationElement element,
RefactoringStatus status)
Returns whether the given element makes it through this filter. |
Field Detail |
public static final String PARAM
param
)
public static final String NAME
name
)
public static final String VALUE
value
)
Method Detail |
public boolean select(IConfigurationElement element, RefactoringStatus status)
element
- the configuration element describing the refactoring
participantstatus
- a RefactoringStatus to optionally add warning messages if the participant
was not selected
true
if element is included, and
false
if excluded
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.