()
| 224 | } |
| 225 | |
| 226 | public boolean isNumericSearchType() { |
| 227 | return (type == AnnotationDefinition.Type.REAL || type == AnnotationDefinition.Type.INTEGER); |
| 228 | } |
| 229 | |
| 230 | public TreeViewer.TextSearchType getTextSearchType() { |
| 231 | return (TreeViewer.TextSearchType)textSearchCombo.getSelectedItem(); |