com.aelitis.azureus.ui.swt.shells
Class RemotePairingWindow

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.shells.RemotePairingWindow
All Implemented Interfaces:
PairingManagerListener

public class RemotePairingWindow
extends java.lang.Object
implements PairingManagerListener

Author:
TuxPaper

Nested Class Summary
static class RemotePairingWindow.testPairingClass
           
 
Constructor Summary
RemotePairingWindow()
           
 
Method Summary
protected  void installWebUI()
           
 boolean isCodeVisible()
           
static void open()
           
 void setCodeVisible(boolean hideCode)
           
protected  void setStatusToException(java.lang.Exception e)
           
 void somethingChanged(PairingManager pm)
           
 void switchToCode()
           
 void switchToFTUX()
           
protected  void testPairing(boolean delay)
           
protected  void updateToolTip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePairingWindow

public RemotePairingWindow()
Method Detail

open

public static void open()

switchToFTUX

public void switchToFTUX()

switchToCode

public void switchToCode()

testPairing

protected void testPairing(boolean delay)

setStatusToException

protected void setStatusToException(java.lang.Exception e)

updateToolTip

protected void updateToolTip()
Since:
4.1.0.5

installWebUI

protected void installWebUI()

somethingChanged

public void somethingChanged(PairingManager pm)
Specified by:
somethingChanged in interface PairingManagerListener

isCodeVisible

public boolean isCodeVisible()

setCodeVisible

public void setCodeVisible(boolean hideCode)