The codeassister package contain classes to create code assist dialogs in your application.
Using the codeassister is simple. The user simply has to instantiate the AssistableTextPane
object passing in a StyledDocument [to display font colours] and a CodeAssistModel.
The CodeAssistModel uses a IOC pattern to retrieve code assist data to be displayed from the container.