|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParticipantDescriptorFilter
A participant descriptor filter allows clients to provide additional filters on participant selection.
Field Summary | |
---|---|
static java.lang.String |
NAME
A constant indicating a name attribute (value: name ) |
static java.lang.String |
PARAM
A constant indicating a param element (value: param ) |
static java.lang.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 |
---|
static final java.lang.String PARAM
param
)
static final java.lang.String NAME
name
)
static final java.lang.String VALUE
value
)
Method Detail |
---|
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.2 |
|||||||||
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, 2006. All rights reserved.