Uses of Class
com.tagtraum.beatunes.Property.PropertyUndoableEdit
-
Packages that use Property.PropertyUndoableEdit Package Description com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.songinfo Song info/edit pane. -
-
Uses of Property.PropertyUndoableEdit in com.tagtraum.beatunes
Methods in com.tagtraum.beatunes that return Property.PropertyUndoableEdit Modifier and Type Method Description Property.PropertyUndoableEdit<T>
Property. setUndoable(Object object, T newValue)
Sets the value of the property in an undoable way. -
Uses of Property.PropertyUndoableEdit in com.tagtraum.beatunes.songinfo
Methods in com.tagtraum.beatunes.songinfo that return Property.PropertyUndoableEdit Modifier and Type Method Description static Property.PropertyUndoableEdit<AudioArtwork[]>
SingleItemInfoDialog. setArtworkUndoable(AudioSong song, AudioArtwork... artworks)
Sets artwork regardless of whether the its front or back.static Property.PropertyUndoableEdit<AudioArtwork[]>
SingleItemInfoDialog. setFrontBackArtworkUndoable(AudioSong song, AudioArtwork front, AudioArtwork back)
Sets the front and back artwork.
-