Package com.tagtraum.beatunes.songinfo
Class ReferenceHighlighter<T>
- java.lang.Object
-
- com.tagtraum.beatunes.songinfo.ReferenceHighlighter<T>
-
public class ReferenceHighlighter<T> extends Object
Underlines contents of aJTextComponent
unless they are equal to a given reference value. If underlined, a context menu is offered for correction.
-
-
Constructor Summary
Constructors Constructor Description ReferenceHighlighter(BeaTunes application, AudioSong song, JTextComponent textComponent, Property<T> property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addReferenceSongs(List<AudioSong> referenceSongs)
void
clear()
void
dispose()
void
setReferenceSongs(List<AudioSong> referenceSongs)
-
-
-
Constructor Detail
-
ReferenceHighlighter
public ReferenceHighlighter(BeaTunes application, AudioSong song, JTextComponent textComponent, Property<T> property)
-
-