Uses of Interface
com.biglybt.pif.utils.ShortCuts
-
Packages that use ShortCuts Package Description com.biglybt.pif com.biglybt.pifimpl.local com.biglybt.pifimpl.local.utils com.biglybt.pifimpl.remote com.biglybt.pifimpl.remote.utils -
-
Uses of ShortCuts in com.biglybt.pif
Methods in com.biglybt.pif that return ShortCuts Modifier and Type Method Description ShortCuts
PluginInterface. getShortCuts()
access to a set of convenience routines for doing things in a quicker, although less structured, fashion -
Uses of ShortCuts in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return ShortCuts Modifier and Type Method Description ShortCuts
PluginInterfaceImpl. getShortCuts()
-
Uses of ShortCuts in com.biglybt.pifimpl.local.utils
Classes in com.biglybt.pifimpl.local.utils that implement ShortCuts Modifier and Type Class Description class
ShortCutsImpl
-
Uses of ShortCuts in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that return ShortCuts Modifier and Type Method Description ShortCuts
RPPluginInterface. getShortCuts()
-
Uses of ShortCuts in com.biglybt.pifimpl.remote.utils
Classes in com.biglybt.pifimpl.remote.utils that implement ShortCuts Modifier and Type Class Description class
RPShortCuts
Fields in com.biglybt.pifimpl.remote.utils declared as ShortCuts Modifier and Type Field Description protected ShortCuts
RPShortCuts. delegate
Methods in com.biglybt.pifimpl.remote.utils with parameters of type ShortCuts Modifier and Type Method Description static RPShortCuts
RPShortCuts. create(ShortCuts _delegate)
Constructors in com.biglybt.pifimpl.remote.utils with parameters of type ShortCuts Constructor Description RPShortCuts(ShortCuts _delegate)
-