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 TypeMethodDescriptionvoidUIFunctionsUserPrompter.open(UserPrompterResultListener l) Opens the prompt.voidUIFunctions.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 voidSBC_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 UserPrompterResultListenerAdvRenameWindow.resultListenerprivate UserPrompterResultListenerMessageBoxShell.resultListenerMethods in com.biglybt.ui.swt.shells with parameters of type UserPrompterResultListenerModifier and TypeMethodDescriptionvoidAdvRenameWindow.open(UserPrompterResultListener l) voidMessageBoxShell.open(UserPrompterResultListener l) static voidMessageBoxShell.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 TypeMethodDescriptionvoidMainWindowDelayStub.UIFunctionsSWTImpl.promptUser(String title, String text, String[] buttons, int defaultOption, String rememberID, String rememberText, boolean bRememberByDefault, int autoCloseInMS, UserPrompterResultListener l) voidUIFunctionsImpl.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.resultListenersMethods in com.biglybt.ui.swt.views.skin with parameters of type UserPrompterResultListenerModifier and TypeMethodDescriptionprotected voidVuzeMessageBox._open(UserPrompterResultListener l) voidVuzeMessageBox.addListener(UserPrompterResultListener l) voidVuzeMessageBox.open(UserPrompterResultListener l)