Uses of Interface
com.biglybt.ui.swt.pif.UISWTStatusEntry
-
-
Uses of UISWTStatusEntry in com.biglybt.plugin.net.buddy.swt
Fields in com.biglybt.plugin.net.buddy.swt declared as UISWTStatusEntry Modifier and Type Field Description private UISWTStatusEntry
BuddyPluginView. beta_status
private UISWTStatusEntry
BuddyPluginView.statusUpdater. label
private UISWTStatusEntry
BuddyPluginView.statusUpdater. status
-
Uses of UISWTStatusEntry in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt with parameters of type UISWTStatusEntry Modifier and Type Method Description static void
Utils. setTT(UISWTStatusEntry c, java.lang.String text)
-
Uses of UISWTStatusEntry in com.biglybt.ui.swt.core.nwmadmin
Fields in com.biglybt.ui.swt.core.nwmadmin declared as UISWTStatusEntry Modifier and Type Field Description private UISWTStatusEntry
NetworkAdminSWTImpl. status
-
Uses of UISWTStatusEntry in com.biglybt.ui.swt.core.pairing
Fields in com.biglybt.ui.swt.core.pairing declared as UISWTStatusEntry Modifier and Type Field Description private UISWTStatusEntry
PMSWTImpl. status
-
Uses of UISWTStatusEntry in com.biglybt.ui.swt.core.proxy
Fields in com.biglybt.ui.swt.core.proxy declared as UISWTStatusEntry Modifier and Type Field Description private UISWTStatusEntry
AEProxySelectorSWTImpl. status
-
Uses of UISWTStatusEntry in com.biglybt.ui.swt.pif
Methods in com.biglybt.ui.swt.pif that return UISWTStatusEntry Modifier and Type Method Description UISWTStatusEntry
UISWTInstance. createStatusEntry()
Creates an entry in the status bar to display custom status information.Methods in com.biglybt.ui.swt.pif with parameters of type UISWTStatusEntry Modifier and Type Method Description void
UISWTStatusEntryListener. entryClicked(UISWTStatusEntry entry)
This method is invoked when a status entry is clicked on. -
Uses of UISWTStatusEntry in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement UISWTStatusEntry Modifier and Type Class Description class
UISWTStatusEntryImpl
Methods in com.biglybt.ui.swt.pifimpl that return UISWTStatusEntry Modifier and Type Method Description UISWTStatusEntry
UISWTInstanceImpl. createStatusEntry()
UISWTStatusEntry
UISWTInstanceImpl.instanceWrapper. createStatusEntry()
-