|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Searchable
Plugin writers will implement Searchable
in order to tie into the
find feature in Spark.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |