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

Method getSearchTargetString

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

Source from the content-addressed store, hash-verified

220 }
221
222 public String getSearchTargetString() {
223 return targetCombo.getSelectedItem().toString();
224 }
225
226 public boolean isNumericSearchType() {
227 return (type == AnnotationDefinition.Type.REAL || type == AnnotationDefinition.Type.INTEGER);

Callers 1

doFindAllMethod · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected