Uses of Class
com.tagtraum.beatunes.matchtable.MatchRuleSet
-
Packages that use MatchRuleSet Package Description com.tagtraum.beatunes.action.standard Standard actions like "Create Playlist".com.tagtraum.beatunes.matchtable Everything that has to do with matching. -
-
Uses of MatchRuleSet in com.tagtraum.beatunes.action.standard
Constructors in com.tagtraum.beatunes.action.standard with parameters of type MatchRuleSet Constructor Description MatchSortAction(BeaTunes beaTunes, MatchRuleSet matchRuleSet)
-
Uses of MatchRuleSet in com.tagtraum.beatunes.matchtable
Methods in com.tagtraum.beatunes.matchtable that return MatchRuleSet Modifier and Type Method Description static MatchRuleSet
MatchRuleSet. create(BeaTunes beaTunes)
static MatchRuleSet
MatchRuleSet. create(BeaTunes beaTunes, long id)
MatchRuleSet
MatchTable. getMatchRuleSet()
The currently used match rule set.MatchRuleSet
MatchTablePreferences. getMatchRuleSet(long id)
Methods in com.tagtraum.beatunes.matchtable that return types with arguments of type MatchRuleSet Modifier and Type Method Description DefaultComboBoxModel<MatchRuleSet>
MatchTablePreferences. getMatchRuleSetModel()
List<MatchRuleSet>
MatchTablePreferences. getMatchRuleSets()
Methods in com.tagtraum.beatunes.matchtable with parameters of type MatchRuleSet Modifier and Type Method Description void
MatchTable. setMatchRuleSet(MatchRuleSet matchRuleSet)
Sets the current match rule set.void
MatchTablePreferences. store(nu.xom.Element matchRuleSetElement, MatchRuleSet matchRuleSet)
-