Uses of Interface
com.biglybt.pif.ui.UIInputReceiver
Packages that use UIInputReceiver
Package
Description
-
Uses of UIInputReceiver in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui that return UIInputReceiverModifier and TypeMethodDescriptionUIInstance.getInputReceiver()
Creates aUIInputReceiver
instance to allow a plugin to request text input from the user.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 UIInputReceiverModifier and TypeMethodDescriptionvoid
UIInputReceiverListener.UIInputReceiverClosed
(UIInputReceiver receiver) -
Uses of UIInputReceiver in com.biglybt.pifimpl.local.ui
Classes in com.biglybt.pifimpl.local.ui that implement UIInputReceiverModifier and TypeClassDescriptionclass
Abstract class to make it easy for class to implement UIInputReceiver classes.Methods in com.biglybt.pifimpl.local.ui that return UIInputReceiver -
Uses of UIInputReceiver in com.biglybt.ui.console
Methods in com.biglybt.ui.console that return UIInputReceiver -
Uses of UIInputReceiver in com.biglybt.ui.swt
Classes in com.biglybt.ui.swt that implement UIInputReceiver -
Uses of UIInputReceiver in com.biglybt.ui.swt.pif
Subinterfaces of UIInputReceiver in com.biglybt.ui.swt.pifModifier and TypeInterfaceDescriptioninterface
SWT-specific version ofinvalid reference
UIInputReciever
-
Uses of UIInputReceiver in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement UIInputReceiverModifier and TypeClassDescriptionclass
Extended abstract class which implements the bulk of logic required for the UISWTInputReceiver interface.Methods in com.biglybt.ui.swt.pifimpl that return UIInputReceiverModifier and TypeMethodDescriptionUISWTInstanceImpl.getInputReceiver()
UISWTInstanceImpl.instanceWrapper.getInputReceiver()