public interface Searchable
Searchable
in order to tie into the
find feature in Spark.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultText()
Return the default text that appears in the textfield when a user selects
it in the dropdown list.
|
javax.swing.Icon |
getIcon()
Return the icon you wish to use in the IconTextField.
|
java.lang.String |
getName()
Return the name of your plugin.
|
java.lang.String |
getToolTip()
Return the text you wish to show in the tooltip when a user hovers over the
searchable find field.
|
void |
search(java.lang.String query)
Is called whenver a user does an explict search within Spark.
|
javax.swing.Icon getIcon()
java.lang.String getName()
java.lang.String getDefaultText()
java.lang.String getToolTip()
void search(java.lang.String query)
query
- the explict query.