Uses of Interface
com.biglybt.pif.sharing.ShareResource
Packages that use ShareResource
Package
Description
-
Uses of ShareResource in com.biglybt.pif.sharing
Subinterfaces of ShareResource in com.biglybt.pif.sharingModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceMethods in com.biglybt.pif.sharing that return ShareResourceModifier and TypeMethodDescriptionShareResourceDirContents.getChildren()returns null if share not definedShareManager.getShares()ShareManager.lookupShare(byte[] torrent_hash) Methods in com.biglybt.pif.sharing with parameters of type ShareResourceModifier and TypeMethodDescriptionvoidShareManagerListener.resourceAdded(ShareResource resource) voidShareManagerListener.resourceDeleted(ShareResource resource) voidShareManagerListener.resourceModified(ShareResource old_resource, ShareResource new_resource) voidShareResourceWillBeDeletedListener.resourceWillBeDeleted(ShareResource resource) voidShareResourceListener.shareResourceChanged(ShareResource resource, ShareResourceEvent event) -
Uses of ShareResource in com.biglybt.pifimpl.local.sharing
Classes in com.biglybt.pifimpl.local.sharing that implement ShareResourceModifier and TypeClassDescriptionclassprotected classclassclassclassclassFields in com.biglybt.pifimpl.local.sharing declared as ShareResourceModifier and TypeFieldDescriptionprotected ShareResource[]ShareResourceDirContentsImpl.childrenprotected ShareResource[]ShareResourceDirContentsImpl.shareNode.node_childrenFields in com.biglybt.pifimpl.local.sharing with type parameters of type ShareResourceModifier and TypeFieldDescriptionprivate ByteArrayHashMap<ShareResource> ShareManagerImpl.torrent_mapMethods in com.biglybt.pifimpl.local.sharing that return ShareResourceModifier and TypeMethodDescriptionprotected ShareResourceShareManagerImpl.addFileOrDir(ShareResourceDirContentsImpl parent, File file, int type, boolean personal, Map<String, String> properties) ShareResourceDirContentsImpl.getChildren()ShareResourceDirContentsImpl.shareNode.getChildren()ShareResourceImpl.getChildren()ShareManagerImpl.getShares()ShareManagerImpl.lookupShare(byte[] torrent_hash) Methods in com.biglybt.pifimpl.local.sharing with parameters of type ShareResourceModifier and TypeMethodDescriptionprotected StringShareManagerImpl.getDebugName(ShareResource _share) -
Uses of ShareResource in com.biglybt.plugin.sharing.hoster
Fields in com.biglybt.plugin.sharing.hoster with type parameters of type ShareResourceModifier and TypeFieldDescriptionprivate Map<ShareResource, Download> ShareHosterPlugin.resource_dl_mapprivate Map<ShareResource, TrackerTorrent> ShareHosterPlugin.resource_tt_mapprivate Map<Taggable, ShareResource> ShareHosterPlugin.taggable_mapMethods in com.biglybt.plugin.sharing.hoster with parameters of type ShareResourceModifier and TypeMethodDescriptionprivate DownloadShareHosterPlugin.addDownload(ShareResource resource, Torrent torrent, File torrent_file, File data_file) protected voidShareHosterPlugin.canResourceBeDeleted(ShareResource resource) voidShareHosterPlugin.resourceAdded(ShareResource resource) voidShareHosterPlugin.resourceDeleted(ShareResource resource) voidShareHosterPlugin.resourceModified(ShareResource old_resource, ShareResource new_resource) -
Uses of ShareResource in com.biglybt.ui.swt.sharing.progress
Methods in com.biglybt.ui.swt.sharing.progress with parameters of type ShareResourceModifier and TypeMethodDescriptionvoidProgressWindow.resourceAdded(ShareResource resource) voidProgressWindow.resourceDeleted(ShareResource resource) voidProgressWindow.resourceModified(ShareResource old_resource, ShareResource new_resource) -
Uses of ShareResource in com.biglybt.ui.swt.views
Subclasses with type arguments of type ShareResource in com.biglybt.ui.swt.viewsFields in com.biglybt.ui.swt.views with type parameters of type ShareResourceMethods in com.biglybt.ui.swt.views with parameters of type ShareResourceModifier and TypeMethodDescriptionvoidMySharesView.resourceAdded(ShareResource resource) voidMySharesView.resourceDeleted(ShareResource resource) voidMySharesView.resourceModified(ShareResource old_resource, ShareResource new_resource)