| com.jidesoft.hints.IntelliHints
All known Subclasses: com.jidesoft.hints.AbstractIntelliHints,
acceptHint | void acceptHint(Object hint)(Code) | | Accepts the selected hint.
Parameters: hint - |
createHintsComponent | JComponent createHintsComponent()(Code) | | Creates the component which contains hints. At this moment, the content should be empty. Following call
IntelliHints.updateHints(Object) will update the content.
the component which will be used to display the hints. |
getSelectedHint | Object getSelectedHint()(Code) | | Gets the selected value. This value will be used to complete the text component.
the selected value. |
updateHints | boolean updateHints(Object context)(Code) | | Update hints depending on the context.
Parameters: context - the current context true or false. If it is false, hint popup will not be shown. |
|
|