|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ter.API.EngineSearch.Criterion | +--ter.API.EngineSearch.NameRegexpCriterion
Title: NameRegexpCriterion
Description: this class filter the member with his name with some regexp
Copyright: Copyright (c) 2003
Company: UNICE
Constructor Summary | |
NameRegexpCriterion()
Construct a new instance of this criterion. |
Method Summary | |
void |
help_actionPerformed(java.awt.event.ActionEvent e)
|
java.util.ArrayList |
isAdditionnalGraphicsComponent()
Here we add a Jcombobox to take the string to compare with. |
boolean |
isCriterionValid(java.lang.reflect.Member m)
To implemented for each Criterion |
void |
setNameToCompare(java.lang.String name)
Set the name that we want the criterion compare with. |
Methods inherited from class ter.API.EngineSearch.Criterion |
addNonCompatibilityCriterion, getLogicalLink, getName, getNonCompatibilityCriterion, isCriterionUseable, setLogicalLink, setUseCriterion |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NameRegexpCriterion()
Method Detail |
public void setNameToCompare(java.lang.String name)
name
- the name to compare with thepublic java.util.ArrayList isAdditionnalGraphicsComponent()
isAdditionnalGraphicsComponent
in class Criterion
public boolean isCriterionValid(java.lang.reflect.Member m) throws SearchEngineException
Criterion
isCriterionValid
in class Criterion
m
- the member that we want to check the validity.
SearchEngineException
public void help_actionPerformed(java.awt.event.ActionEvent e)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |