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 MatchRuleSetMatchRuleSet. create(BeaTunes beaTunes)static MatchRuleSetMatchRuleSet. create(BeaTunes beaTunes, long id)MatchRuleSetMatchTable. getMatchRuleSet()The currently used match rule set.MatchRuleSetMatchTablePreferences. 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 voidMatchTable. setMatchRuleSet(MatchRuleSet matchRuleSet)Sets the current match rule set.voidMatchTablePreferences. store(nu.xom.Element matchRuleSetElement, MatchRuleSet matchRuleSet)
-