Uses of Interface
com.biglybt.ui.swt.utils.TagUIUtilsV3.TagSelectionListener
-
Packages that use TagUIUtilsV3.TagSelectionListener Package Description com.biglybt.ui.swt.utils -
-
Uses of TagUIUtilsV3.TagSelectionListener in com.biglybt.ui.swt.utils
Methods in com.biglybt.ui.swt.utils with parameters of type TagUIUtilsV3.TagSelectionListener Modifier and Type Method Description static void
TagUIUtilsV3. showManualTagSelectionDialog(TagUIUtilsV3.TagSelectionListener listener)
static void
TagUIUtilsV3. showTagSelectionDialog(java.util.List<Tag> tags, java.util.List<Tag> selected_tags, boolean disable_auto, TagUIUtilsV3.TagSelectionListener listener)
static void
TagUIUtilsV3. showTagSelectionDialog(java.util.List<Tag> tags, java.util.List<Tag> selected_tags, TagUIUtilsV3.TagSelectionListener listener)
-