protected static class SearchManagerView.SearchTargetDialog
extends java.lang.Object
implements java.awt.event.ActionListener
Modifier and Type | Field and Description |
---|---|
protected de.ims.icarus.util.data.ContentType |
contentType |
protected javax.swing.JPanel |
panel |
protected java.util.Map<org.java.plugin.registry.Extension,SearchTargetSelector> |
selectorInstances |
protected java.lang.Object |
target |
Constructor and Description |
---|
SearchManagerView.SearchTargetDialog(de.ims.icarus.util.data.ContentType contentType) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected SearchTargetSelector |
getSelector(org.java.plugin.registry.Extension extension) |
java.lang.Object |
getTarget() |
void |
showDialog() |
protected final de.ims.icarus.util.data.ContentType contentType
protected java.lang.Object target
protected javax.swing.JPanel panel
protected java.util.Map<org.java.plugin.registry.Extension,SearchTargetSelector> selectorInstances
public SearchManagerView.SearchTargetDialog(de.ims.icarus.util.data.ContentType contentType)
public void showDialog()
public java.lang.Object getTarget()
protected SearchTargetSelector getSelector(org.java.plugin.registry.Extension extension)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
ActionListener.actionPerformed(java.awt.event.ActionEvent)