public class OntLibrarySearcher extends LibrarySearcher
_library, _properties, _results, _searchPane| Constructor and Description |
|---|
OntLibrarySearcher(javax.swing.JTree library,
LibrarySearchPane searchPane)
Deprecated.
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
init()
Deprecated.
provides any initialization needed prior to searching.
|
LibrarySearchResults |
search(java.lang.String value,
boolean authenticate)
Deprecated.
Search for ontology-keyword in the library
|
getProperty, setPropertypublic OntLibrarySearcher(javax.swing.JTree library, LibrarySearchPane searchPane)
library - Description of the ParametersearchPane - Description of the Parameterpublic LibrarySearchResults search(java.lang.String value, boolean authenticate)
search in class LibrarySearchervalue - the keyword in the ontology to search forauthenticate - if true prompt user to login if necessaryprotected void init()
init in class LibrarySearcher