Uses of Class
com.tagtraum.beatunes.inspection.CallableSolution
-
Packages that use CallableSolution Package Description com.tagtraum.beatunes.inspection Allows the inspection of songs for issues. -
-
Uses of CallableSolution in com.tagtraum.beatunes.inspection
Methods in com.tagtraum.beatunes.inspection that return CallableSolution Modifier and Type Method Description CallableSolution
CapitalizationInspector.DifferentLanguageInputDialogSolution. createCallable(Collection<AudioSong> songs, boolean allowUserInteraction)
CallableSolution
DifferentLanguageInspector.DifferentLanguageInputDialogSolution. createCallable(Collection<AudioSong> songs, boolean allowUserInteraction)
CallableSolution
DifferentLanguageInspector.DifferentLanguageSolution. createCallable(Collection<AudioSong> songs, boolean allowUserInteraction)
CallableSolution
IgnoreIssueSolution. createCallable(Collection<AudioSong> songs, boolean allowUserInteraction)
CallableSolution
Solution. createCallable(Collection<AudioSong> selectedSongs, boolean allowUserInteraction)
Creates aCallableSolution
that may be called later to actually apply this solution.Methods in com.tagtraum.beatunes.inspection with parameters of type CallableSolution Modifier and Type Method Description void
CallableSolution. add(CallableSolution otherCallableSolution)
Adds another solution to this one, basically combining them.boolean
CallableSolution. canAdd(CallableSolution otherCallableSolution)
Offers a way to check whether you can combine two tasks into one (this).void
Inspection. removeCallableSolution(CallableSolution callableSolution)
boolean
Inspection. submit(CallableSolution callableSolution)
Method parameters in com.tagtraum.beatunes.inspection with type arguments of type CallableSolution Modifier and Type Method Description void
Inspection. commitCallableSolutions(List<CallableSolution> asyncSolutions)
-