Uses of Interface
com.biglybt.pif.ui.UIMessage
-
Packages that use UIMessage Package Description com.biglybt.pif.ui com.biglybt.pifimpl.local.ui com.biglybt.ui.console com.biglybt.ui.swt.pifimpl -
-
Uses of UIMessage in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui that return UIMessage Modifier and Type Method Description UIMessage
UIInstance. createMessage()
Creates aUIMessage
instance to allow a plugin to inform or ask the user something.UIMessage
UIManager. createMessage()
Retrieves aUIMessage
from any interface available, or returns null if one is not available. -
Uses of UIMessage in com.biglybt.pifimpl.local.ui
Classes in com.biglybt.pifimpl.local.ui that implement UIMessage Modifier and Type Class Description class
AbstractUIMessage
Methods in com.biglybt.pifimpl.local.ui that return UIMessage Modifier and Type Method Description UIMessage
UIManagerImpl. createMessage()
-
Uses of UIMessage in com.biglybt.ui.console
Methods in com.biglybt.ui.console that return UIMessage Modifier and Type Method Description UIMessage
UI. createMessage()
-
Uses of UIMessage in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement UIMessage Modifier and Type Class Description class
UIMessageImpl
Methods in com.biglybt.ui.swt.pifimpl that return UIMessage Modifier and Type Method Description UIMessage
UISWTInstanceImpl. createMessage()
UIMessage
UISWTInstanceImpl.instanceWrapper. createMessage()
-