public class DefaultSearchAction extends Object implements SearchAction
SearchAction
.Constructor and Description |
---|
DefaultSearchAction(String label,
boolean closesSearch,
Runnable r)
Deprecated.
Search actions may no longer demand that the search results be
closed. Use
DefaultSearchAction(String, Runnable)
instead. |
DefaultSearchAction(String label,
Runnable r) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
closesSearch
@Deprecated public DefaultSearchAction(String label, boolean closesSearch, Runnable r)
DefaultSearchAction(String, Runnable)
instead.Copyright © 2015–2022 SciJava. All rights reserved.