public interface SearchTargetSelector
Modifier and Type | Method and Description |
---|---|
void |
clear() |
java.lang.Object |
getSelectedItem() |
java.awt.Component |
getSelectorComponent() |
void |
setAllowedContentType(de.ims.icarus.util.data.ContentType contentType)
Called before any other method to allow the selector to
construct filters that ensure compatibility of returned
target objects towards the given argument.
|
void |
setSelectedItem(java.lang.Object item) |
void setAllowedContentType(de.ims.icarus.util.data.ContentType contentType)
The contentType
parameter is guaranteed to be non-null
!
java.lang.Object getSelectedItem()
void setSelectedItem(java.lang.Object item)
void clear()
java.awt.Component getSelectorComponent()