Uses of Class
com.biglybt.pif.ui.UIException
-
Packages that use UIException Package Description com.biglybt.pif.ui com.biglybt.pifimpl.local.ui com.biglybt.ui.console com.biglybt.ui.swt.pifimpl -
-
Uses of UIException in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui that throw UIException Modifier and Type Method Description void
UIManager. attachUI(UIInstanceFactory factory)
attach a new UIvoid
UIManager. copyToClipBoard(java.lang.String data)
void
UIInstanceFactory. detach()
This method will be called by the UI manager when detaching the UI to permit the action to be vetoed/any detach logic to occur.void
UIManager. detachUI(UIInstanceFactory factory)
detach a UI - can fail if the UI doesn't support detachingvoid
UIManager. openURL(java.net.URL url)
-
Uses of UIException in com.biglybt.pifimpl.local.ui
Methods in com.biglybt.pifimpl.local.ui that throw UIException Modifier and Type Method Description void
UIManagerImpl. attachUI(UIInstanceFactory factory)
void
UIManagerImpl. copyToClipBoard(java.lang.String data)
void
UIManagerImpl. detachUI(UIInstanceFactory factory)
void
UIManagerImpl. openURL(java.net.URL url)
-
Uses of UIException in com.biglybt.ui.console
Methods in com.biglybt.ui.console that throw UIException Modifier and Type Method Description void
UI. detach()
-
Uses of UIException in com.biglybt.ui.swt.pifimpl
Methods in com.biglybt.ui.swt.pifimpl that throw UIException Modifier and Type Method Description void
UISWTInstanceImpl. detach()
void
UISWTInstanceImpl.instanceWrapper. detach()
-