public class SearchManagerView
extends de.ims.icarus.plugins.core.View
Modifier and Type | Class and Description |
---|---|
class |
SearchManagerView.CallbackHandler |
protected class |
SearchManagerView.Handler |
protected class |
SearchManagerView.ResultExportTask |
protected class |
SearchManagerView.SearchEditor |
protected class |
SearchManagerView.SearchReaderTask |
protected static class |
SearchManagerView.SearchTargetDialog |
protected class |
SearchManagerView.SearchWriterTask |
Modifier and Type | Field and Description |
---|---|
protected SearchManagerView.CallbackHandler |
callbackHandler |
protected SearchManagerView.SearchEditor |
currentSearchEditor |
protected SearchManagerView.Handler |
handler |
protected javax.swing.JPopupMenu |
popupMenu |
protected SearchHistory |
searchHistory |
protected javax.swing.JList<SearchDescriptor> |
searchHistoryList |
Constructor and Description |
---|
SearchManagerView() |
Modifier and Type | Method and Description |
---|---|
protected void |
clearEditorViews() |
protected de.ims.icarus.util.mpi.ResultMessage |
handleRequest(de.ims.icarus.util.mpi.Message message) |
void |
init(javax.swing.JComponent container) |
protected SearchDescriptor |
newDescriptor() |
protected void |
refreshActions() |
protected void |
registerActionCallbacks() |
protected void |
showPopup(java.awt.event.MouseEvent trigger) |
protected void |
syncEditorViews() |
addBroadcastListener, addListener, buildToolBar, close, defaultLoadActions, fireBroadcastEvent, focusView, getContainer, getDefaultActionManager, getExtension, getFrame, getIdentity, getInfoPanel, getPerspective, isClosable, refreshInfoPanel, reloadViewTab, removeBroadcastListener, removeBroadcastListener, removeListener, removeListener, reset, selectViewTab, sendRequest, sendRequest, showError, toggleContainer, toString
protected javax.swing.JList<SearchDescriptor> searchHistoryList
protected SearchHistory searchHistory
protected SearchManagerView.SearchEditor currentSearchEditor
protected SearchManagerView.Handler handler
protected SearchManagerView.CallbackHandler callbackHandler
protected javax.swing.JPopupMenu popupMenu
public void init(javax.swing.JComponent container)
init
in class de.ims.icarus.plugins.core.View
View.init(javax.swing.JComponent)
protected void refreshActions()
protected void showPopup(java.awt.event.MouseEvent trigger)
protected void registerActionCallbacks()
protected de.ims.icarus.util.mpi.ResultMessage handleRequest(de.ims.icarus.util.mpi.Message message) throws java.lang.Exception
handleRequest
in class de.ims.icarus.plugins.core.View
java.lang.Exception
protected void syncEditorViews()
protected void clearEditorViews()
protected SearchDescriptor newDescriptor()