Uses of Interface
com.biglybt.pif.ui.UIInputReceiver
-
Packages that use UIInputReceiver Package Description com.biglybt.pif.ui com.biglybt.pifimpl.local.ui com.biglybt.ui.console com.biglybt.ui.swt com.biglybt.ui.swt.pif com.biglybt.ui.swt.pifimpl -
-
Uses of UIInputReceiver in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui that return UIInputReceiver Modifier and Type Method Description UIInputReceiver
UIInstance. getInputReceiver()
Creates aUIInputReceiver
instance to allow a plugin to request text input from the user.UIInputReceiver
UIManager. getInputReceiver()
Retrieves aUIInputReceiver
from any interface available, or returns null if one is not available.Methods in com.biglybt.pif.ui with parameters of type UIInputReceiver Modifier and Type Method Description void
UIInputReceiverListener. UIInputReceiverClosed(UIInputReceiver receiver)
-
Uses of UIInputReceiver in com.biglybt.pifimpl.local.ui
Classes in com.biglybt.pifimpl.local.ui that implement UIInputReceiver Modifier and Type Class Description class
AbstractUIInputReceiver
Abstract class to make it easy for class to implement UIInputReceiver classes.Methods in com.biglybt.pifimpl.local.ui that return UIInputReceiver Modifier and Type Method Description UIInputReceiver
UIManagerImpl. getInputReceiver()
-
Uses of UIInputReceiver in com.biglybt.ui.console
Methods in com.biglybt.ui.console that return UIInputReceiver Modifier and Type Method Description UIInputReceiver
UI. getInputReceiver()
Not yet supported. -
Uses of UIInputReceiver in com.biglybt.ui.swt
Classes in com.biglybt.ui.swt that implement UIInputReceiver Modifier and Type Class Description class
SimpleTextEntryWindow
-
Uses of UIInputReceiver in com.biglybt.ui.swt.pif
Subinterfaces of UIInputReceiver in com.biglybt.ui.swt.pif Modifier and Type Interface Description interface
UISWTInputReceiver
SWT-specific version ofUIInputReciever
, providing some additional methods to customise the appearance of the input receiver. -
Uses of UIInputReceiver in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement UIInputReceiver Modifier and Type Class Description class
AbstractUISWTInputReceiver
Extended abstract class which implements the bulk of logic required for the UISWTInputReceiver interface.Methods in com.biglybt.ui.swt.pifimpl that return UIInputReceiver Modifier and Type Method Description UIInputReceiver
UISWTInstanceImpl. getInputReceiver()
UIInputReceiver
UISWTInstanceImpl.instanceWrapper. getInputReceiver()
-