public class NGramQueryEditor
extends de.ims.icarus.plugins.search_tools.view.editor.QueryEditor
Modifier and Type | Class and Description |
---|---|
class |
NGramQueryEditor.CallbackHandler |
protected class |
NGramQueryEditor.Handler |
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JPanel |
contentPanel |
protected java.util.Collection<javax.swing.JComponent> |
localizedComponents |
protected javax.swing.JTable |
qt |
protected javax.swing.JButton |
qtAddButton |
protected javax.swing.JButton |
qtEditButton |
protected NGramQTableModel |
qtm |
protected javax.swing.JButton |
qtRemoveButton |
protected de.ims.icarus.search_tools.SearchDescriptor |
searchDescriptor |
Constructor and Description |
---|
NGramQueryEditor()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
applyEdit() |
void |
buildDialog() |
protected NGramQueryEditor.CallbackHandler |
createCallbackHandler() |
protected NGramQueryEditor.Handler |
createHandler() |
protected de.ims.icarus.ui.actions.ActionManager |
getActionManager() |
java.awt.Component |
getEditorComponent() |
de.ims.icarus.search_tools.SearchDescriptor |
getSearchDescriptor() |
void |
initContentPanel() |
protected void |
refreshActions() |
protected void |
registerActionCallbacks() |
void |
setEditingItem(de.ims.icarus.search_tools.SearchDescriptor searchDescriptor) |
void |
setSearchDescriptor(de.ims.icarus.search_tools.SearchDescriptor searchDescriptor) |
NGramQAttributes |
showEditQAttributes(java.awt.Component parent,
java.lang.String title,
java.lang.String message,
java.lang.String attributename,
java.lang.String attributevalues,
java.lang.Object... params) |
boolean |
supports(de.ims.icarus.util.data.ContentType contentType) |
void |
synchronizeQuery() |
protected javax.swing.JPanel contentPanel
protected java.util.Collection<javax.swing.JComponent> localizedComponents
protected NGramQTableModel qtm
protected javax.swing.JTable qt
protected javax.swing.JButton qtAddButton
protected javax.swing.JButton qtEditButton
protected javax.swing.JButton qtRemoveButton
protected de.ims.icarus.search_tools.SearchDescriptor searchDescriptor
protected de.ims.icarus.ui.actions.ActionManager getActionManager()
public void initContentPanel()
protected void refreshActions()
public void buildDialog()
protected void registerActionCallbacks()
protected NGramQueryEditor.Handler createHandler()
protected NGramQueryEditor.CallbackHandler createCallbackHandler()
public void setSearchDescriptor(de.ims.icarus.search_tools.SearchDescriptor searchDescriptor)
public de.ims.icarus.search_tools.SearchDescriptor getSearchDescriptor()
public NGramQAttributes showEditQAttributes(java.awt.Component parent, java.lang.String title, java.lang.String message, java.lang.String attributename, java.lang.String attributevalues, java.lang.Object... params)
public java.awt.Component getEditorComponent()
Editor.getEditorComponent()
public void setEditingItem(de.ims.icarus.search_tools.SearchDescriptor searchDescriptor)
Editor.setEditingItem(java.lang.Object)
public void applyEdit()
Editor.applyEdit()
public void synchronizeQuery() throws java.lang.Exception
java.lang.Exception
public boolean supports(de.ims.icarus.util.data.ContentType contentType)
supports
in class de.ims.icarus.plugins.search_tools.view.editor.QueryEditor
QueryEditor.supports(de.ims.icarus.util.data.ContentType)