MCPcopy Create free account
hub / github.com/rambaut/figtree / isNumericSearchType

Method isNumericSearchType

src/figtree/treeviewer/FindPanel.java:226–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers 1

doFindAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected