Class EntryInfoPane<T>

Type Parameters:
T - result type of found data
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, IProjectEventListener
Direct Known Subclasses:
CommentsTextArea, EntryInfoThreadPane, NotesTextArea, PluginDetailsPane

public abstract class EntryInfoPane<T> extends JTextPane implements IProjectEventListener
Base class for show information about currently selected entry. It can be used for glossaries, dictionaries and other panes. If you need long search operation, use EntryInfoThreadPane instead.
See Also: