Uses of Interface
com.biglybt.ui.UserPrompterResultListener
Packages that use UserPrompterResultListener
Package
Description
-
Uses of UserPrompterResultListener in com.biglybt.ui
Methods in com.biglybt.ui with parameters of type UserPrompterResultListenerModifier and TypeMethodDescriptionvoid
UIFunctionsUserPrompter.open
(UserPrompterResultListener l) Opens the prompt.void
UIFunctions.promptUser
(String title, String text, String[] buttons, int defaultOption, String rememberID, String rememberText, boolean bRememberByDefault, int autoCloseInMS, UserPrompterResultListener l) -
Uses of UserPrompterResultListener in com.biglybt.ui.swt.search
Methods in com.biglybt.ui.swt.search with parameters of type UserPrompterResultListenerModifier and TypeMethodDescriptionprotected static void
SBC_SearchResultsView.showDownloadFTUX
(SearchSubsResultBase entry, UserPrompterResultListener listener) -
Uses of UserPrompterResultListener in com.biglybt.ui.swt.shells
Fields in com.biglybt.ui.swt.shells declared as UserPrompterResultListenerModifier and TypeFieldDescriptionprivate UserPrompterResultListener
AdvRenameWindow.resultListener
private UserPrompterResultListener
MessageBoxShell.resultListener
Methods in com.biglybt.ui.swt.shells with parameters of type UserPrompterResultListenerModifier and TypeMethodDescriptionvoid
AdvRenameWindow.open
(UserPrompterResultListener l) void
MessageBoxShell.open
(UserPrompterResultListener l) static void
MessageBoxShell.open
(org.eclipse.swt.widgets.Shell parent, String title, String text, String[] buttons, int defaultOption, String rememberID, String rememberText, boolean bRememberByDefault, int autoCloseInMS, UserPrompterResultListener l) -
Uses of UserPrompterResultListener in com.biglybt.ui.swt.shells.main
Methods in com.biglybt.ui.swt.shells.main with parameters of type UserPrompterResultListenerModifier and TypeMethodDescriptionvoid
MainWindowDelayStub.UIFunctionsSWTImpl.promptUser
(String title, String text, String[] buttons, int defaultOption, String rememberID, String rememberText, boolean bRememberByDefault, int autoCloseInMS, UserPrompterResultListener l) void
UIFunctionsImpl.promptUser
(String title, String text, String[] buttons, int defaultOption, String rememberID, String rememberText, boolean rememberByDefault, int autoCloseInMS, UserPrompterResultListener l) -
Uses of UserPrompterResultListener in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin with type parameters of type UserPrompterResultListenerModifier and TypeFieldDescriptionprivate ArrayList
<UserPrompterResultListener> VuzeMessageBox.resultListeners
Methods in com.biglybt.ui.swt.views.skin with parameters of type UserPrompterResultListenerModifier and TypeMethodDescriptionprotected void
VuzeMessageBox._open
(UserPrompterResultListener l) void
VuzeMessageBox.addListener
(UserPrompterResultListener l) void
VuzeMessageBox.open
(UserPrompterResultListener l)