| Interface | Description |
|---|---|
| IReplaceHandler |
Defines an interface for any kind of search/replace handler.
|
| ISearchHandler |
Defines an interface for any kind of search handler.
|
| Class | Description |
|---|---|
| RemoveHandler |
In this handler the replacement ADQLObject is always null.
|
| SearchColumnHandler |
Lets searching all
ADQLColumn objects. |
| SimpleReplaceHandler |
Lets searching and replacing ADQL objects which match with the condition defined in the function
SimpleSearchHandler.match(ADQLObject). |
| SimpleSearchHandler |
Lets searching ADQL objects which match with the condition defined in the function
SimpleSearchHandler.match(ADQLObject). |