Class RemotePairingWindow
java.lang.Object
com.biglybt.ui.swt.shells.RemotePairingWindow
- All Implemented Interfaces:
PairingManagerListener
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate booleanprivate org.eclipse.swt.widgets.Controlprivate static final booleanprivate Stringprivate org.eclipse.swt.graphics.Fontprivate boolean(package private) static RemotePairingWindowprivate Stringprivate PairingManagerprivate PairingTestprivate static final Stringprivate static final booleanprivate SWTSkinprivate SkinnedDialogprivate SWTSkinObjectprivate SWTSkinObjectprivate SWTSkinObjectButtonprivate SWTSkinObjectprivate SWTSkinObjectImageprivate SWTSkinObjectTextprivate SWTSkinObjectTextprivate Stringprivate static RemotePairingWindow.testPairingClassprivate static final boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void_open()private voidprivate PluginInterfacegetWebUI()protected voidbooleanstatic voidopen()voidsetCodeVisible(boolean hideCode) protected voidprivate voidprivate voidsetupQR_URL(String ac) voidvoidvoidprotected voidtestPairing(boolean delay) protected void
-
Field Details
-
PLUGINID_WEBUI
- See Also:
-
SHOW_SPEW
private static final boolean SHOW_SPEW- See Also:
-
DEBUG
private static final boolean DEBUG- See Also:
-
USE_OUR_QR
private static final boolean USE_OUR_QR- See Also:
-
instance
-
skinnedDialog
-
skin
-
soEnablePairing
-
pairingManager
-
soCodeArea
-
fontCode
private org.eclipse.swt.graphics.Font fontCode -
accessCode
-
control
private org.eclipse.swt.widgets.Control control -
soStatusText
-
soFTUX
-
soCode
-
soToClipboard
-
hideCode
private boolean hideCode -
fallBackStatusText
-
testPairingClass
-
pairingTest
-
alreadyTested
private boolean alreadyTested -
storedToClipboardText
-
lastPairingTestError
-
soQR
-
-
Constructor Details
-
RemotePairingWindow
public RemotePairingWindow()
-
-
Method Details
-
open
public static void open() -
getWebUI
-
_open
private void _open() -
setupQR
-
setupQR_URL
-
switchToFTUX
public void switchToFTUX() -
switchToCode
public void switchToCode() -
testPairing
protected void testPairing(boolean delay) -
setStatusToException
-
updateToolTip
protected void updateToolTip()- Since:
- 4.1.0.5
-
finishFailedTest
private void finishFailedTest() -
installWebUI
protected void installWebUI() -
somethingChanged
- Specified by:
somethingChangedin interfacePairingManagerListener
-
isCodeVisible
public boolean isCodeVisible() -
setCodeVisible
public void setCodeVisible(boolean hideCode)
-