|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexPatternProvider
Provider of regular expression patterns the occurrences of which in the comments of
source code files are indexed by IDEA. Implementations of this interface need to be registered
as extensions for the indexPatternProvider extension point.
IndexPatternSearch| Field Summary | |
|---|---|
static java.lang.String |
PROP_INDEX_PATTERNS
The property the change of which should be reported to the property change listener when the list of index patterns is changed. |
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Adds a listener which is notified when the set of index patterns provided by this provider changes. |
void |
dispatchPendingEvent(java.beans.PropertyChangeListener listener)
|
IndexPattern[] |
getIndexPatterns()
Returns the list of index patterns the occurrences of which should be indexed by IDEA. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Removes a listener which is notified when the set of index patterns provided by this provider changes. |
| Field Detail |
|---|
@NonNls static final java.lang.String PROP_INDEX_PATTERNS
addPropertyChangeListener(java.beans.PropertyChangeListener),
Constant Field Values| Method Detail |
|---|
@NotNull IndexPattern[] getIndexPatterns()
void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
PROP_INDEX_PATTERNS.
listener - the listener to add.void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
listener - the listener to remove.void dispatchPendingEvent(java.beans.PropertyChangeListener listener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||