Uses of Class
com.biglybt.pif.ui.UIException
Packages that use UIException
Package
Description
-
Uses of UIException in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui that throw UIExceptionModifier and TypeMethodDescriptionvoid
UIManager.attachUI
(UIInstanceFactory factory) attach a new UIvoid
UIManager.copyToClipBoard
(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
-
Uses of UIException in com.biglybt.pifimpl.local.ui
Methods in com.biglybt.pifimpl.local.ui that throw UIExceptionModifier and TypeMethodDescriptionvoid
UIManagerImpl.attachUI
(UIInstanceFactory factory) void
UIManagerImpl.copyToClipBoard
(String data) void
UIManagerImpl.detachUI
(UIInstanceFactory factory) void
-
Uses of UIException in com.biglybt.ui.console
Methods in com.biglybt.ui.console that throw UIException -
Uses of UIException in com.biglybt.ui.swt.pifimpl
Methods in com.biglybt.ui.swt.pifimpl that throw UIException