Uses of Interface
com.biglybt.ui.UserPrompterResultListener
-
Packages that use UserPrompterResultListener Package Description com.biglybt.ui com.biglybt.ui.swt.search com.biglybt.ui.swt.shells com.biglybt.ui.swt.shells.main com.biglybt.ui.swt.views.skin -
-
Uses of UserPrompterResultListener in com.biglybt.ui
Methods in com.biglybt.ui with parameters of type UserPrompterResultListener Modifier and Type Method Description void
UIFunctionsUserPrompter. open(UserPrompterResultListener l)
Opens the prompt.void
UIFunctions. promptUser(java.lang.String title, java.lang.String text, java.lang.String[] buttons, int defaultOption, java.lang.String rememberID, java.lang.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 UserPrompterResultListener Modifier and Type Method Description protected 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 UserPrompterResultListener Modifier and Type Field Description private UserPrompterResultListener
AdvRenameWindow. resultListener
private UserPrompterResultListener
MessageBoxShell. resultListener
Methods in com.biglybt.ui.swt.shells with parameters of type UserPrompterResultListener Modifier and Type Method Description void
AdvRenameWindow. open(UserPrompterResultListener l)
void
MessageBoxShell. open(UserPrompterResultListener l)
static void
MessageBoxShell. open(org.eclipse.swt.widgets.Shell parent, java.lang.String title, java.lang.String text, java.lang.String[] buttons, int defaultOption, java.lang.String rememberID, java.lang.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 UserPrompterResultListener Modifier and Type Method Description void
MainWindowDelayStub.UIFunctionsSWTImpl. promptUser(java.lang.String title, java.lang.String text, java.lang.String[] buttons, int defaultOption, java.lang.String rememberID, java.lang.String rememberText, boolean bRememberByDefault, int autoCloseInMS, UserPrompterResultListener l)
void
UIFunctionsImpl. promptUser(java.lang.String title, java.lang.String text, java.lang.String[] buttons, int defaultOption, java.lang.String rememberID, java.lang.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 UserPrompterResultListener Modifier and Type Field Description private java.util.ArrayList<UserPrompterResultListener>
VuzeMessageBox. resultListeners
Methods in com.biglybt.ui.swt.views.skin with parameters of type UserPrompterResultListener Modifier and Type Method Description protected void
VuzeMessageBox. _open(UserPrompterResultListener l)
void
VuzeMessageBox. addListener(UserPrompterResultListener l)
void
VuzeMessageBox. open(UserPrompterResultListener l)
-