private static class TaggingPresetSelector.PresetClassification extends Object implements Comparable<TaggingPresetSelector.PresetClassification>
Modifier and Type | Field and Description |
---|---|
int |
classification |
int |
favoriteIndex |
private Collection<String> |
groups |
private Collection<String> |
names |
TaggingPreset |
preset |
private Collection<String> |
tags |
Constructor and Description |
---|
PresetClassification(TaggingPreset preset) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TaggingPresetSelector.PresetClassification o) |
private int |
isMatching(Collection<String> values,
String[] searchString) |
(package private) int |
isMatchingGroup(String[] words) |
(package private) int |
isMatchingName(String[] words) |
(package private) int |
isMatchingTags(String[] words) |
String |
toString() |
public final TaggingPreset preset
public int classification
public int favoriteIndex
private final Collection<String> groups
private final Collection<String> names
private final Collection<String> tags
PresetClassification(TaggingPreset preset)
private int isMatching(Collection<String> values, String[] searchString)
int isMatchingGroup(String[] words)
int isMatchingName(String[] words)
int isMatchingTags(String[] words)
public int compareTo(TaggingPresetSelector.PresetClassification o)
compareTo
in interface Comparable<TaggingPresetSelector.PresetClassification>